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 e13f8dd commit 0b3f470Copy full SHA for 0b3f470
build/helpers/postgres.cmd
@@ -86,7 +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
+IF %ARCH% == 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