From 6a2d8e2579c6fee302dc9e3e7455c1bb7a0f62b5 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Fri, 7 Jun 2019 11:36:39 +0200 Subject: [PATCH] build: unbreak --with-intl=system-icu build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Include directories are configured by the tools/icu/icu-*.gyp files. The v8.gyp file doesn't need to add them and in fact the way it did that breaks when building against an external copy of ICU. Fixes: https://github.com/nodejs/node/issues/28052 PR-URL: https://github.com/nodejs/node/pull/28118 Reviewed-By: Richard Lau Reviewed-By: Rich Trott Reviewed-By: Refael Ackermann (רפאל פלחי) Reviewed-By: Michael Dawson Reviewed-By: James M Snell --- tools/v8_gypfiles/v8.gyp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tools/v8_gypfiles/v8.gyp b/tools/v8_gypfiles/v8.gyp index 58aff1409e25d1..46fb49295f3d82 100644 --- a/tools/v8_gypfiles/v8.gyp +++ b/tools/v8_gypfiles/v8.gyp @@ -393,13 +393,6 @@ '<(icu_gyp_path):icui18n', '<(icu_gyp_path):icuuc', ], - 'direct_dependent_settings': { - 'include_dirs': [ - '<(icu_path)/source/common', - '<(icu_path)/source/i18n', - '<(icu_path)/source/tools/toolutil', - ], - }, }], ], }, # v8_maybe_icu