From c9ce5c33dc1e7dce0acfb4f78b26629779733442 Mon Sep 17 00:00:00 2001 From: Birunthan Mohanathas Date: Mon, 22 Jan 2018 22:25:34 +0530 Subject: 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 Reviewed-By: Gireesh Punathil Reviewed-By: James M Snell Reviewed-By: Bartosz Sosnowski --- vcbuild.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcbuild.bat') 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 -- cgit v1.2.3