From 1dca12241cd98fb2c304b37f76a27d84cde55993 Mon Sep 17 00:00:00 2001 From: Jimmy Thomson Date: Wed, 29 Nov 2017 12:50:08 -0800 Subject: [PATCH] deps: updating chakracore gyp file to avoid removed flag PR-URL: https://github.com/nodejs/node-chakracore/pull/438 Reviewed-By: Oguz Bastemur Reviewed-By: Jack Horton The --with-intl flag has been removed from build.sh, and so now passing the value in causes the script to error out. --- deps/chakrashim/chakracore.gyp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deps/chakrashim/chakracore.gyp b/deps/chakrashim/chakracore.gyp index da9263db610..6e78125d0a5 100644 --- a/deps/chakrashim/chakracore.gyp +++ b/deps/chakrashim/chakracore.gyp @@ -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': [