packages/lang/node/patches/v20.x/202-node_gyp.patch
2024-05-05 15:09:10 +08:00

11 lines
334 B
Diff

--- a/node.gyp
+++ b/node.gyp
@@ -1197,6 +1197,7 @@
'dependencies': [
'deps/simdutf/simdutf.gyp:simdutf#host',
],
+ 'libraries!':[ '-licui18n', '-licuuc', '-licudata', '-lcrypto', '-lssl', '-lz', '-lhttp_parser', '-luv', '-lnghttp2', '-lcares' ],
'include_dirs': [
'tools',
'src',