summaryrefslogtreecommitdiff
path: root/tools/icu/icu-generic.gyp
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2016-06-30 18:10:53 +0200
committerMichaël Zasso <targos@protonmail.com>2016-09-22 09:55:39 +0200
commit2187bd3b4a3430880ec1c2b99e4eff57f27afd89 (patch)
tree6a574a1581955b41f70c87dcf8e60d218fb8d501 /tools/icu/icu-generic.gyp
parent7292a1e954e0db348ff78c704df9e105ba5667ad (diff)
downloadandroid-node-v8-2187bd3b4a3430880ec1c2b99e4eff57f27afd89.tar.gz
android-node-v8-2187bd3b4a3430880ec1c2b99e4eff57f27afd89.tar.bz2
android-node-v8-2187bd3b4a3430880ec1c2b99e4eff57f27afd89.zip
tools: do not disable ICU's transliteration
V8 needs it for case conversion. Ref: https://codereview.chromium.org/1812673005 PR-URL: https://github.com/nodejs/node/pull/8317 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
Diffstat (limited to 'tools/icu/icu-generic.gyp')
-rw-r--r--tools/icu/icu-generic.gyp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/icu/icu-generic.gyp b/tools/icu/icu-generic.gyp
index 9d466ac392..ecbf6d18c2 100644
--- a/tools/icu/icu-generic.gyp
+++ b/tools/icu/icu-generic.gyp
@@ -42,7 +42,6 @@
}],
],
'defines': [
- 'UCONFIG_NO_TRANSLITERATION=1',
'UCONFIG_NO_SERVICE=1',
'UCONFIG_NO_REGULAR_EXPRESSIONS=1',
'U_ENABLE_DYLOAD=0',