summaryrefslogtreecommitdiff
path: root/vcbuild.bat
diff options
context:
space:
mode:
authorBartosz Sosnowski <bartosz@janeasystems.com>2017-12-11 18:08:20 +0100
committerGibson Fahnestock <gibfahn@gmail.com>2018-01-24 02:33:12 +0000
commit6df169c409b16e438e7784e073d6d6b8c9ab1e0b (patch)
tree2c2a21760af560047276c9bf74db0ac0ab110a28 /vcbuild.bat
parent98cc1fef94b0b56441c71200cb23a1a7289ac163 (diff)
downloadnode-new-6df169c409b16e438e7784e073d6d6b8c9ab1e0b.tar.gz
win, build: fix without-intl option
Fixes --with-intl option passed to configure script when without-intl is used PR-URL: https://github.com/nodejs/node/pull/17614 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.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 dad02b01dd..12f81a39db 100644
--- a/vcbuild.bat
+++ b/vcbuild.bat
@@ -105,7 +105,7 @@ 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"=="without-intl" set i18n_arg=intl-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
if /i "%1"=="enable-vtune" set enable_vtune_arg=1&goto arg-ok