summaryrefslogtreecommitdiff
path: root/vcbuild.bat
diff options
context:
space:
mode:
authorBirunthan Mohanathas <birunthan@mohanathas.com>2018-01-22 22:25:34 +0530
committerAnna Henningsen <anna@addaleax.net>2018-02-04 16:48:02 +0100
commitc9ce5c33dc1e7dce0acfb4f78b26629779733442 (patch)
tree235ded619bd2c1e562832f5fa6c9759ff5361a09 /vcbuild.bat
parentd161625c004827a4c09c560a193bcd499a68a28a (diff)
downloadandroid-node-v8-c9ce5c33dc1e7dce0acfb4f78b26629779733442.tar.gz
android-node-v8-c9ce5c33dc1e7dce0acfb4f78b26629779733442.tar.bz2
android-node-v8-c9ce5c33dc1e7dce0acfb4f78b26629779733442.zip
win, build: fix intl-none option
Like #17614, but for the `intl-none` option. Refs: https://github.com/nodejs/node/pull/17614 PR-URL: https://github.com/nodejs/node/pull/18292 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com>
Diffstat (limited to 'vcbuild.bat')
-rw-r--r--vcbuild.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcbuild.bat b/vcbuild.bat
index 74f7787113..91a2bc098a 100644
--- a/vcbuild.bat
+++ b/vcbuild.bat
@@ -103,7 +103,7 @@ if /i "%1"=="build-release" set build_release=1&set sign=1&goto arg-ok
if /i "%1"=="upload" set upload=1&goto arg-ok
if /i "%1"=="small-icu" set i18n_arg=%1&goto arg-ok
if /i "%1"=="full-icu" set i18n_arg=%1&goto arg-ok
-if /i "%1"=="intl-none" set i18n_arg=%1&goto arg-ok
+if /i "%1"=="intl-none" set i18n_arg=none&goto arg-ok
if /i "%1"=="without-intl" set i18n_arg=none&goto arg-ok
if /i "%1"=="download-all" set download_arg="--download=all"&goto arg-ok
if /i "%1"=="ignore-flaky" set test_args=%test_args% --flaky-tests=dontcare&goto arg-ok