Skip to content

Commit 6ff763b

Browse files
bzozMylesBorins
authored andcommitted
win, build: fix without-intl option
Fixes --with-intl option passed to configure script when without-intl is used Backport-PR-URL: #19485 PR-URL: #17614 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]>
1 parent bc2f0a5 commit 6ff763b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vcbuild.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ if /i "%1"=="upload" set upload=1&goto arg-ok
8585
if /i "%1"=="small-icu" set i18n_arg=%1&goto arg-ok
8686
if /i "%1"=="full-icu" set i18n_arg=%1&goto arg-ok
8787
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
88+
if /i "%1"=="without-intl" set i18n_arg=none&goto arg-ok
8989
if /i "%1"=="download-all" set download_arg="--download=all"&goto arg-ok
9090
if /i "%1"=="ignore-flaky" set test_args=%test_args% --flaky-tests=dontcare&goto arg-ok
9191
if /i "%1"=="enable-vtune" set enable_vtune_arg=1&goto arg-ok

0 commit comments

Comments
 (0)