Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit 0339446

Browse files
srl295trevnorris
authored andcommitted
build: i18n: fix build on OSX
Fix config option that doesn't work with OSX. Fixes: #8521 PR-URL: #8602 Reviewed-by: Trevor Norris <[email protected]>
1 parent fd22268 commit 0339446

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/icu/icu-generic.gyp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
'UCONFIG_NO_REGULAR_EXPRESSIONS=1',
2727
'U_ENABLE_DYLOAD=0',
2828
'U_STATIC_IMPLEMENTATION=1',
29+
# Don't need std::string in API.
30+
# Also, problematic: <http://bugs.icu-project.org/trac/ticket/11333>
31+
'U_HAVE_STD_STRING=0',
2932
# TODO(srl295): reenable following pending
3033
# https://code.google.com/p/v8/issues/detail?id=3345
3134
# (saves some space)

0 commit comments

Comments
 (0)