We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc2f0a5 commit 6ff763bCopy full SHA for 6ff763b
vcbuild.bat
@@ -85,7 +85,7 @@ if /i "%1"=="upload" set upload=1&goto arg-ok
85
if /i "%1"=="small-icu" set i18n_arg=%1&goto arg-ok
86
if /i "%1"=="full-icu" set i18n_arg=%1&goto arg-ok
87
if /i "%1"=="intl-none" set i18n_arg=%1&goto arg-ok
88
-if /i "%1"=="without-intl" set i18n_arg=%1&goto arg-ok
+if /i "%1"=="without-intl" set i18n_arg=none&goto arg-ok
89
if /i "%1"=="download-all" set download_arg="--download=all"&goto arg-ok
90
if /i "%1"=="ignore-flaky" set test_args=%test_args% --flaky-tests=dontcare&goto arg-ok
91
if /i "%1"=="enable-vtune" set enable_vtune_arg=1&goto arg-ok
0 commit comments