File tree 2 files changed +3
-3
lines changed
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
52
52
53
53
# Flags for packaging.
54
54
BUILD_DOWNLOAD_FLAGS ?= --download=all
55
- BUILD_INTL_FLAGS ?= --with-intl=small -icu
55
+ BUILD_INTL_FLAGS ?= --with-intl=full -icu
56
56
BUILD_RELEASE_FLAGS ?= $(BUILD_DOWNLOAD_FLAGS ) $(BUILD_INTL_FLAGS )
57
57
58
58
# 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
120
120
if /i " %1 " == " lint" set lint_cpp = 1& set lint_js=1& set lint_md=1& goto arg-ok
121
121
if /i " %1 " == " lint-ci" set lint_cpp = 1& set lint_js_ci=1& goto arg-ok
122
122
if /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
124
124
if /i " %1 " == " build-release" set build_release = 1& set sign=1& goto arg-ok
125
125
if /i " %1 " == " upload" set upload = 1& goto arg-ok
126
126
if /i " %1 " == " small-icu" set i18n_arg = %1 & goto arg-ok
@@ -158,7 +158,7 @@ if defined build_release (
158
158
set msi = 1
159
159
set licensertf = 1
160
160
set download_arg = " --download=all"
161
- set i18n_arg = small -icu
161
+ set i18n_arg = full -icu
162
162
set projgen = 1
163
163
set cctest = 1
164
164
set ltcg = 1
You can’t perform that action at this time.
0 commit comments