From 0339446cf736e2b741794a7023a46243306b2bef 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 build on OSX Fix config option that doesn't work with OSX. Fixes: https://github.com/joyent/node/issues/8521 PR-URL: https://github.com/joyent/node/pull/8602 Reviewed-by: Trevor Norris --- 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 bc0a660cbfa..ef3d827df13 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)