mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
deps: turn in std::string for ICU
- node and v8 did not call into std::string previously, so that access was shut off. - this fixes compilation for ICU 58.2 (backlevel) but may be expressed in other versions also. Fixes: https://github.com/nodejs/node/issues/19151 PR-URL: https://github.com/nodejs/node/pull/19624 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
This commit is contained in:
@@ -35,9 +35,7 @@
|
||||
'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',
|
||||
'U_HAVE_STD_STRING=1',
|
||||
# TODO(srl295): reenable following pending
|
||||
# https://code.google.com/p/v8/issues/detail?id=3345
|
||||
# (saves some space)
|
||||
|
||||
Reference in New Issue
Block a user