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:
Jeremy Apthorp 2018-07-20 14:48:32 -07:00 committed by Jeremy Apthorp
parent 305e3aad40
commit d7b41462af

View file

@ -81,6 +81,10 @@
],
},
},
}, {
'defines': [
'U_STATIC_IMPLEMENTATION'
]
}]
],
}, {