Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c34e2f4

Browse filesBrowse files
poiruMylesBorins
authored andcommitted
win, build: fix intl-none option
Like #17614, but for the `intl-none` option. Refs: #17614 PR-URL: #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>
1 parent 52aeb2a commit c34e2f4
Copy full SHA for c34e2f4

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎vcbuild.bat‎

Copy file name to clipboardExpand all lines: vcbuild.bat
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ if /i "%1"=="build-release" set build_release=1&set sign=1&goto arg-ok
106106
if /i "%1"=="upload" set upload=1&goto arg-ok
107107
if /i "%1"=="small-icu" set i18n_arg=%1&goto arg-ok
108108
if /i "%1"=="full-icu" set i18n_arg=%1&goto arg-ok
109-
if /i "%1"=="intl-none" set i18n_arg=%1&goto arg-ok
109+
if /i "%1"=="intl-none" set i18n_arg=none&goto arg-ok
110110
if /i "%1"=="without-intl" set i18n_arg=none&goto arg-ok
111111
if /i "%1"=="download-all" set download_arg="--download=all"&goto arg-ok
112112
if /i "%1"=="ignore-flaky" set test_args=%test_args% --flaky-tests=dontcare&goto arg-ok

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.