Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit109bb8d

Browse files
committed
Perl support when SDK=SDK71 and ARCH=X86 has been disabled
1 parent4111214 commit109bb8d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎build/helpers/postgres.cmd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,12 @@ if "%PRODUCT_NAME%" == "PostgreSQL" (
5555
>>src\tools\msvc\config.plECHO nls^=^> '%DEPENDENCIES_BIN_DIR%\libintl',
5656
>>src\tools\msvc\config.plECHO tcl^=^> undef,
5757
IF%ARCH%== X64 (>>src\tools\msvc\config.plECHO perl^=^> '%PERL64_PATH%', )
58+
IF%SDK%== SDK71GOTO :DISABLE_PERL
5859
IF%ARCH%== X86 (>>src\tools\msvc\config.plECHO perl^=^> '%PERL32_PATH%', )
60+
GOTO :PERL_CONF_DONE
61+
:DISALBE_PERL
62+
IF%ARCH%== X86 (>>src\tools\msvc\config.plECHO perl^=^> undef, )
63+
:PERL_CONF_DONE
5964
IF%ARCH%== X64 (>>src\tools\msvc\config.plECHO python^=^> '%PYTHON64_PATH%', )
6065
IF%ARCH%== X86 (>>src\tools\msvc\config.plECHO python^=^> '%PYTHON32_PATH%', )
6166
>>src\tools\msvc\config.plECHO openssl^=^> '%DEPENDENCIES_BIN_DIR%\openssl',

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp