We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90d2c43 commit 911762cCopy full SHA for 911762c
patch/patches/icu.patch
@@ -1,8 +1,8 @@
1
diff --git a/icu.gyp b/icu.gyp
2
-index 374f6293..6e1f1de1 100644
+index bc88d8b7..92ad8641 100644
3
--- icu.gyp
4
+++ icu.gyp
5
-@@ -41,6 +41,13 @@
+@@ -43,12 +43,22 @@
6
'defines': [
7
'UCHAR_TYPE=wchar_t',
8
],
@@ -16,3 +16,12 @@ index 374f6293..6e1f1de1 100644
16
'cflags': [ '/utf-8' ],
17
},{
18
19
+ 'UCHAR_TYPE=uint16_t',
20
+ ],
21
+ }],
22
++ ['OS=="win" and component == "shared_library"', {
23
++ 'libraries': ['<(PRODUCT_DIR)/../nw/libc++.dll.lib'],
24
++ }],
25
+ ['(OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" \
26
+ or OS=="netbsd" or OS=="mac" or OS=="android" or OS=="qnx") and \
27
+ (target_arch=="arm" or target_arch=="ia32" or \
0 commit comments