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

Commit

Permalink
deps: updating chakracore gyp file to avoid removed flag
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
MSLaguana committed Nov 30, 2017
1 parent cf8b577 commit 1dca122
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deps/chakrashim/chakracore.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@
'<(chakra_libs_absolute)/lib/libChakraCoreStatic.a',
],
'icu_args': [
'--icu=<(icu_include_path)',
'--with-intl'
'--icu=<(icu_include_path)'
],
'linker_start_group': '-Wl,--start-group',
'linker_end_group': [
Expand Down

0 comments on commit 1dca122

Please sign in to comment.