Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit af9f07e

Browse files
Rename WIN32_PERL -> WIN_PERL
1 parent 4939ff0 commit af9f07e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ if test -z "$TARGET_ARCH"; then
259259
fi
260260

261261
# Location of Perl when running Windows builds
262-
WIN32_PERL=${WIN32_PERL:-"C:/perl/bin/perl.exe"}
262+
WIN_PERL=${WIN_PERL:-"C:/perl/bin/perl.exe"}
263263

264264
# Android default settings and tools
265265
ANDROID_BUILD_TOOLS=${ANDROID_BUILD_TOOLS:-22.0.1}
@@ -314,7 +314,7 @@ case ${OS} in
314314
;;
315315
win)
316316
invoke_gyp $basic_args "-Gmsvs_version=${WIN_MSVS_VERSION}" \
317-
"-Dperl=${WIN32_PERL}" "$@"
317+
"-Dperl=${WIN_PERL}" "$@"
318318
;;
319319
mac|ios)
320320
invoke_gyp $basic_args "-DOS=${OS}" \

0 commit comments

Comments
 (0)