File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ NPM ?= ./deps/npm/bin/npm-cli.js
5252
5353# Flags for packaging.
5454BUILD_DOWNLOAD_FLAGS ?= --download=all
55- BUILD_INTL_FLAGS ?= --with-intl=small -icu
55+ BUILD_INTL_FLAGS ?= --with-intl=full -icu
5656BUILD_RELEASE_FLAGS ?= $(BUILD_DOWNLOAD_FLAGS ) $(BUILD_INTL_FLAGS )
5757
5858# Default to quiet/pretty builds.
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ if /i "%1"=="lint-md-build" set lint_md_build=1&goto arg-ok
120120if /i " %1 " == " lint" set lint_cpp = 1& set lint_js=1& set lint_md=1& goto arg-ok
121121if /i " %1 " == " lint-ci" set lint_cpp = 1& set lint_js_ci=1& goto arg-ok
122122if /i " %1 " == " package" set package = 1& goto arg-ok
123- if /i " %1 " == " msi" set msi = 1& set licensertf=1& set download_arg=" --download=all" & set i18n_arg=small -icu& goto arg-ok
123+ if /i " %1 " == " msi" set msi = 1& set licensertf=1& set download_arg=" --download=all" & set i18n_arg=full -icu& goto arg-ok
124124if /i " %1 " == " build-release" set build_release = 1& set sign=1& goto arg-ok
125125if /i " %1 " == " upload" set upload = 1& goto arg-ok
126126if /i " %1 " == " small-icu" set i18n_arg = %1 & goto arg-ok
@@ -158,7 +158,7 @@ if defined build_release (
158158 set msi = 1
159159 set licensertf = 1
160160 set download_arg = " --download=all"
161- set i18n_arg = small -icu
161+ set i18n_arg = full -icu
162162 set projgen = 1
163163 set cctest = 1
164164 set ltcg = 1
You can’t perform that action at this time.
0 commit comments