Skip to content

Commit 41ae5fe

Browse files
committed
update icu.patch
1 parent 93872b8 commit 41ae5fe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

patch/patches/icu.patch

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
diff --git a/icu.gyp b/icu.gyp
2-
index 7ec90095..66f2162e 100644
2+
index dbd77a4f..6da70605 100644
33
--- icu.gyp
44
+++ icu.gyp
5-
@@ -43,8 +43,18 @@
6-
'defines': [
7-
'UCHAR_TYPE=wchar_t',
5+
@@ -40,8 +40,18 @@
86
],
7+
}],
8+
['OS=="win"', {
99
+ 'msvs_settings': {
1010
+ 'VCCLCompilerTool': {
1111
+ 'AdditionalOptions': [
1212
+ '/utf-8',
1313
+ ],
1414
+ },
1515
+ },
16-
'cflags': [ '/utf-8' ],
16+
'cflags': [ '/utf-8' ],
1717
}],
1818
+ ['OS=="win" and component == "shared_library"', {
1919
+ 'libraries': ['<(PRODUCT_DIR)/../nw/libc++.dll.lib'],

0 commit comments

Comments
 (0)