Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bac91be commit 2bf5a4aCopy full SHA for 2bf5a4a
build/helpers/postgres.cmd
@@ -86,6 +86,7 @@ IF %HAVE_PGURL% == 0 (
86
>>src\tools\msvc\config.pl ECHO nls ^=^> '%DEPENDENCIES_BIN_DIR%\libintl',
87
>>src\tools\msvc\config.pl ECHO tcl ^=^> undef,
88
IF %SDK% == SDK71 GOTO :DISABLE_PERL
89
+IF %SDK% == X86 GOTO :DISABLE_PERL
90
IF %ARCH% == X86 (>>src\tools\msvc\config.pl ECHO perl ^=^> '%PERL32_PATH%', )
91
IF %ARCH% == X64 (>>src\tools\msvc\config.pl ECHO perl ^=^> '%PERL64_PATH%', )
92
GOTO :PERL_CONF_DONE
0 commit comments