summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2018-07-25 20:17:45 +0200
committerMichaël Zasso <targos@protonmail.com>2018-09-07 21:07:38 +0200
commit267b0b5f3d90e51e54d2d36cb853200305a815c0 (patch)
tree263f11c80ac101c96a2fbe73d5057e52343ba724 /tools
parent90ae4bd0c987479ff364a469e6f2fcc83baba66c (diff)
downloadandroid-node-v8-267b0b5f3d90e51e54d2d36cb853200305a815c0.tar.gz
android-node-v8-267b0b5f3d90e51e54d2d36cb853200305a815c0.tar.bz2
android-node-v8-267b0b5f3d90e51e54d2d36cb853200305a815c0.zip
tools: fix compilation after V8 upgrade
V8 now requires ICU's regular expressions. PR-URL: https://github.com/nodejs/node/pull/21983 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Diffstat (limited to 'tools')
-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 a50f12d794..2acc95b409 100644
--- a/tools/icu/icu-generic.gyp
+++ b/tools/icu/icu-generic.gyp
@@ -32,7 +32,6 @@
'direct_dependent_settings': {
'defines': [
'UCONFIG_NO_SERVICE=1',
- 'UCONFIG_NO_REGULAR_EXPRESSIONS=1',
'U_ENABLE_DYLOAD=0',
'U_STATIC_IMPLEMENTATION=1',
'U_HAVE_STD_STRING=1',