Files
MINGW-packages/mingw-w64-nodejs/0002-Fix-system-icu-build.patch
2024-01-13 14:51:57 +08:00

28 lines
766 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 | 5 -----
1 file changed, 5 deletions(-)
diff --git a/tools/v8_gypfiles/v8.gyp b/tools/v8_gypfiles/v8.gyp
index 4d69a59f..8cb98c34 100644
--- a/tools/v8_gypfiles/v8.gyp
+++ b/tools/v8_gypfiles/v8.gyp
@@ -1065,11 +1065,6 @@
}],
],
}],
- ['OS=="win"', {
- 'dependencies': [
- '<(icu_gyp_path):icudata#target',
- ],
- }],
],
}, { # v8_enable_i18n_support==0
'sources!': [
--
2.17.0.windows.1