Skip to content
This repository was archived by the owner on Oct 15, 2020. It is now read-only.

Commit 1dca122

Browse files
committed
deps: updating chakracore gyp file to avoid removed flag
PR-URL: #438 Reviewed-By: Oguz Bastemur <obastemur@microsoft.com> Reviewed-By: Jack Horton <jahorto@microsoft.com> The --with-intl flag has been removed from build.sh, and so now passing the value in causes the script to error out.
1 parent cf8b577 commit 1dca122

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

deps/chakrashim/chakracore.gyp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@
7878
'<(chakra_libs_absolute)/lib/libChakraCoreStatic.a',
7979
],
8080
'icu_args': [
81-
'--icu=<(icu_include_path)',
82-
'--with-intl'
81+
'--icu=<(icu_include_path)'
8382
],
8483
'linker_start_group': '-Wl,--start-group',
8584
'linker_end_group': [

0 commit comments

Comments
 (0)