Skip to content

Commit 56c1617

Browse files
committed
Used any-bit perl to build and install PG
1 parent 34cd0a2 commit 56c1617

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/helpers/setvars.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ SET NSIS_PATH=C:\Program Files (x86)\NSIS
2121
SET MSYS2_PATH=C:\msys32\usr\bin;C:\msys64\usr\bin
2222
SET PATH=%PATH%;%ZIP_PATH%;%MSYS2_PATH%;%NSIS_PATH%
2323

24-
IF %ARCH% == X86 SET PATH=%PERL32_BIN%;%PATH%
25-
IF %ARCH% == X64 SET PATH=%PERL64_BIN%;%PATH%
24+
IF EXIST "%PERL32_BIN%" SET PATH=%PERL32_BIN%;%PATH%
25+
IF EXIST "%PERL64_BIN%" SET PATH=%PERL64_BIN%;%PATH%
2626

2727
IF %ARCH% == X86 SET PERL_EXE=%PERL32_BIN%\perl
2828
IF %ARCH% == X64 SET PERL_EXE=%PERL64_BIN%\perl

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