From 7f25b156b73ac7554106e49266544e494c6b391a Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Fri, 3 Oct 2014 23:10:29 -0700 Subject: [PATCH] build: i18n: fix a config option that doesn't work on Mac. fix as per https://github.com/joyent/node/issues/8521#issuecomment-58231579 --- tools/icu/icu-generic.gyp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/icu/icu-generic.gyp b/tools/icu/icu-generic.gyp index bc0a660cbfa0..ef3d827df137 100644 --- a/tools/icu/icu-generic.gyp +++ b/tools/icu/icu-generic.gyp @@ -26,6 +26,9 @@ 'UCONFIG_NO_REGULAR_EXPRESSIONS=1', 'U_ENABLE_DYLOAD=0', 'U_STATIC_IMPLEMENTATION=1', + # Don't need std::string in API. + # Also, problematic: + 'U_HAVE_STD_STRING=0', # TODO(srl295): reenable following pending # https://code.google.com/p/v8/issues/detail?id=3345 # (saves some space)