mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 00:32:10 -04:00
Try to un-break MSVC build.
I thought we had enough infrastructure to absorb CPPFLAGS changes from the makefiles, but buildfarm says otherwise.
This commit is contained in:
parent
ca4af308c3
commit
5a8de2f2e7
1 changed files with 1 additions and 0 deletions
|
|
@ -299,6 +299,7 @@ sub mkvcbuild
|
|||
# src/bin
|
||||
my $initdb = AddSimpleFrontend('initdb');
|
||||
$initdb->AddIncludeDir('src\interfaces\libpq');
|
||||
$initdb->AddIncludeDir('src\timezone');
|
||||
$initdb->AddDefine('FRONTEND');
|
||||
$initdb->AddLibrary('wsock32.lib');
|
||||
$initdb->AddLibrary('ws2_32.lib');
|
||||
|
|
|
|||
Loading…
Reference in a new issue