build: [gn win] fix dllimport usage in node's usage of icu
We're abusing the nodejs build a little bit by building it without ICU support, but forcing the inspector to be built, which depends on ICU. This synchronizes one of the build flags that's required to get ICU to link on Windows.
This commit is contained in:
parent
305e3aad40
commit
d7b41462af
1 changed files with 4 additions and 0 deletions
|
@ -81,6 +81,10 @@
|
|||
],
|
||||
},
|
||||
},
|
||||
}, {
|
||||
'defines': [
|
||||
'U_STATIC_IMPLEMENTATION'
|
||||
]
|
||||
}]
|
||||
],
|
||||
}, {
|
||||
|
|
Loading…
Reference in a new issue