25 lines
707 B
Diff
25 lines
707 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
|
|
|
|
---
|
|
tools/v8_gypfiles/v8.gyp | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/tools/v8_gypfiles/v8.gyp b/tools/v8_gypfiles/v8.gyp
|
|
index 32f00097..787de426 100644
|
|
--- a/tools/v8_gypfiles/v8.gyp
|
|
+++ b/tools/v8_gypfiles/v8.gyp
|
|
@@ -1296,7 +1296,7 @@
|
|
}],
|
|
],
|
|
}],
|
|
- ['OS=="win"', {
|
|
+ ['OS=="msvc"', {
|
|
'dependencies': [
|
|
'<(icu_gyp_path):icudata#target',
|
|
],
|
|
--
|
|
2.17.0.windows.1
|