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

Commit

Permalink
build: i18n: fix build on OSX
Browse files Browse the repository at this point in the history
Fix config option that doesn't work with OSX.

Fixes: #8521
PR-URL: #8602
Reviewed-by: Trevor Norris <trev.norris@gmail.com>
  • Loading branch information
srl295 authored and trevnorris committed Nov 12, 2014
1 parent fd22268 commit 0339446
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/icu/icu-generic.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -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: <http://bugs.icu-project.org/trac/ticket/11333>
'U_HAVE_STD_STRING=0',
# TODO(srl295): reenable following pending
# https://code.google.com/p/v8/issues/detail?id=3345
# (saves some space)
Expand Down

0 comments on commit 0339446

Please sign in to comment.