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

Commit

Permalink
chakrashim: update macOS build parameters
Browse files Browse the repository at this point in the history
Removed the `--with-intl` parameter from the macOS configuration.

PR-URL: #449
Reviewed-By: Jimmy Thomson <jithomso@microsoft.com>
Reviewed-By: Hitesh Kanwathirtha <hiteshk@microsoft.com>
Reviewed-By: Taylor Woll <taylor.woll@microsoft.com>
  • Loading branch information
kfarnung committed Jan 16, 2018
1 parent c642810 commit a5da8cc
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 @@ -92,8 +92,7 @@
'<(chakra_libs_absolute)/lib/libChakraCoreStatic.a',
],
'icu_args': [
'--icu=<(icu_include_path)',
'--with-intl'
'--icu=<(icu_include_path)'
],
'linker_start_group': '-Wl,-force_load',
}]
Expand Down

0 comments on commit a5da8cc

Please sign in to comment.