File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,12 @@ if "%PRODUCT_NAME%" == "PostgreSQL" (
55
55
>> src\tools\msvc\config.pl ECHO nls ^ =^ > '%DEPENDENCIES_BIN_DIR% \libintl',
56
56
>> src\tools\msvc\config.pl ECHO tcl ^ =^ > undef,
57
57
IF %ARCH% == X64 (>> src\tools\msvc\config.pl ECHO perl ^ =^ > '%PERL64_PATH% ', )
58
+ IF %SDK% == SDK71 GOTO :DISABLE_PERL
58
59
IF %ARCH% == X86 (>> src\tools\msvc\config.pl ECHO perl ^ =^ > '%PERL32_PATH% ', )
60
+ GOTO :PERL_CONF_DONE
61
+ :DISALBE_PERL
62
+ IF %ARCH% == X86 (>> src\tools\msvc\config.pl ECHO perl ^ =^ > undef, )
63
+ :PERL_CONF_DONE
59
64
IF %ARCH% == X64 (>> src\tools\msvc\config.pl ECHO python ^ =^ > '%PYTHON64_PATH% ', )
60
65
IF %ARCH% == X86 (>> src\tools\msvc\config.pl ECHO python ^ =^ > '%PYTHON32_PATH% ', )
61
66
>> src\tools\msvc\config.pl ECHO openssl ^ =^ > '%DEPENDENCIES_BIN_DIR% \openssl',
You can’t perform that action at this time.
0 commit comments