Skip to content

Commit 3749733

Browse files
committed
update icu.patch
1 parent 56d7017 commit 3749733

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

patch/patches/icu.patch

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
diff --git a/icu.gyp b/icu.gyp
2-
index bc88d8b7..92ad8641 100644
2+
index 7ec90095..66f2162e 100644
33
--- icu.gyp
44
+++ icu.gyp
5-
@@ -43,12 +43,22 @@
5+
@@ -43,8 +43,18 @@
66
'defines': [
77
'UCHAR_TYPE=wchar_t',
88
],
@@ -14,10 +14,6 @@ index bc88d8b7..92ad8641 100644
1414
+ },
1515
+ },
1616
'cflags': [ '/utf-8' ],
17-
},{
18-
'defines': [
19-
'UCHAR_TYPE=uint16_t',
20-
],
2117
}],
2218
+ ['OS=="win" and component == "shared_library"', {
2319
+ 'libraries': ['<(PRODUCT_DIR)/../nw/libc++.dll.lib'],

0 commit comments

Comments
 (0)