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

Commit5764cb5

Browse files
committed
Using for build 64-bit perl instead 32-bit perl
1 parent2bf5a4a commit5764cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎build/helpers/setvars.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ SET PERL5LIB=.
2828

2929
IF%ARCH%== X86SETPATH=%PERL32_BIN%;%PATH%
3030
IF%ARCH%== X86SETPERL_EXE=%PERL32_BIN%\perl.exe
31-
IF%ARCH%== X86GOTO :NOT64
31+
REMIF %ARCH% == X86 GOTO :NOT64
3232

3333
IFEXIST"%PERL64_BIN%"SETPATH=%PERL64_BIN%;%PATH%
3434
IFEXIST"%PERL64_BIN%"SETPERL_EXE=%PERL64_BIN%\perl.exe

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp