Skip to content

Commit 0b3f470

Browse files
committed
Fixed 32-bit perl disabling
1 parent e13f8dd commit 0b3f470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/helpers/postgres.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ IF %HAVE_PGURL% == 0 (
8686
>>src\tools\msvc\config.pl ECHO nls ^=^> '%DEPENDENCIES_BIN_DIR%\libintl',
8787
>>src\tools\msvc\config.pl ECHO tcl ^=^> undef,
8888
IF %SDK% == SDK71 GOTO :DISABLE_PERL
89-
IF %SDK% == X86 GOTO :DISABLE_PERL
89+
IF %ARCH% == X86 GOTO :DISABLE_PERL
9090
IF %ARCH% == X86 (>>src\tools\msvc\config.pl ECHO perl ^=^> '%PERL32_PATH%', )
9191
IF %ARCH% == X64 (>>src\tools\msvc\config.pl ECHO perl ^=^> '%PERL64_PATH%', )
9292
GOTO :PERL_CONF_DONE

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy