From 267b0b5f3d90e51e54d2d36cb853200305a815c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Wed, 25 Jul 2018 20:17:45 +0200 Subject: [PATCH] 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 Reviewed-By: Gus Caplan Reviewed-By: Ujjwal Sharma Reviewed-By: Matteo Collina --- tools/icu/icu-generic.gyp | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/icu/icu-generic.gyp b/tools/icu/icu-generic.gyp index a50f12d7940bf7..2acc95b409b81d 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',