Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5764cb5

Browse files
committed
Using for build 64-bit perl instead 32-bit perl
1 parent 2bf5a4a commit 5764cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/helpers/setvars.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ SET PERL5LIB=.
2828

2929
IF %ARCH% == X86 SET PATH=%PERL32_BIN%;%PATH%
3030
IF %ARCH% == X86 SET PERL_EXE=%PERL32_BIN%\perl.exe
31-
IF %ARCH% == X86 GOTO :NOT64
31+
REM IF %ARCH% == X86 GOTO :NOT64
3232

3333
IF EXIST "%PERL64_BIN%" SET PATH=%PERL64_BIN%;%PATH%
3434
IF EXIST "%PERL64_BIN%" SET PERL_EXE=%PERL64_BIN%\perl.exe

0 commit comments

Comments
 (0)