28 lines
730 B
Diff
28 lines
730 B
Diff
From 7bc5feded40409da3a615cacd8593e6d3fedaa0f Mon Sep 17 00:00:00 2001
|
|
From: Alethea Rose <alethea@alethearose.com>
|
|
Date: Tue, 14 Feb 2017 21:43:31 -0500
|
|
Subject: [PATCH 02/23] Fix system-icu build
|
|
|
|
---
|
|
deps/v8/gypfiles/v8.gyp | 5 -----
|
|
1 file changed, 5 deletions(-)
|
|
|
|
diff --git a/deps/v8/gypfiles/v8.gyp b/deps/v8/gypfiles/v8.gyp
|
|
index e1d4aea0..05204ef2 100644
|
|
--- a/deps/v8/gypfiles/v8.gyp
|
|
+++ b/deps/v8/gypfiles/v8.gyp
|
|
@@ -1922,11 +1922,6 @@
|
|
'../src/runtime/runtime-intl.cc',
|
|
],
|
|
}],
|
|
- ['OS=="win" and v8_enable_i18n_support==1', {
|
|
- 'dependencies': [
|
|
- '<(icu_gyp_path):icudata',
|
|
- ],
|
|
- }],
|
|
],
|
|
}, # v8_base
|
|
{
|
|
--
|
|
2.17.0.windows.1
|