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

Commit56c1617

Browse files
committed
Used any-bit perl to build and install PG
1 parent34cd0a2 commit56c1617

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
SETMSYS2_PATH=C:\msys32\usr\bin;C:\msys64\usr\bin
2222
SETPATH=%PATH%;%ZIP_PATH%;%MSYS2_PATH%;%NSIS_PATH%
2323

24-
IF%ARCH%== X86SETPATH=%PERL32_BIN%;%PATH%
25-
IF%ARCH%== X64SETPATH=%PERL64_BIN%;%PATH%
24+
IFEXIST"%PERL32_BIN%"SETPATH=%PERL32_BIN%;%PATH%
25+
IFEXIST"%PERL64_BIN%"SETPATH=%PERL64_BIN%;%PATH%
2626

2727
IF%ARCH%== X86SETPERL_EXE=%PERL32_BIN%\perl
2828
IF%ARCH%== X64SETPERL_EXE=%PERL64_BIN%\perl

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp