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 93872b8 commit 41ae5feCopy full SHA for 41ae5fe
patch/patches/icu.patch
@@ -1,19 +1,19 @@
1
diff --git a/icu.gyp b/icu.gyp
2
-index 7ec90095..66f2162e 100644
+index dbd77a4f..6da70605 100644
3
--- icu.gyp
4
+++ icu.gyp
5
-@@ -43,8 +43,18 @@
6
- 'defines': [
7
- 'UCHAR_TYPE=wchar_t',
+@@ -40,8 +40,18 @@
8
],
+ }],
+ ['OS=="win"', {
9
+ 'msvs_settings': {
10
+ 'VCCLCompilerTool': {
11
+ 'AdditionalOptions': [
12
+ '/utf-8',
13
+ ],
14
+ },
15
16
- 'cflags': [ '/utf-8' ],
+ 'cflags': [ '/utf-8' ],
17
}],
18
+ ['OS=="win" and component == "shared_library"', {
19
+ 'libraries': ['<(PRODUCT_DIR)/../nw/libc++.dll.lib'],
0 commit comments