mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 04:39:06 +08:00
11 lines
334 B
Diff
11 lines
334 B
Diff
--- a/node.gyp
|
|
+++ b/node.gyp
|
|
@@ -1350,6 +1350,7 @@
|
|
'dependencies': [
|
|
'deps/simdutf/simdutf.gyp:simdutf#host',
|
|
],
|
|
+ 'libraries!':[ '-licui18n', '-licuuc', '-licudata', '-lcrypto', '-lssl', '-lz', '-lhttp_parser', '-luv', '-lnghttp2', '-lcares' ],
|
|
'include_dirs': [
|
|
'tools',
|
|
'src',
|