packages/lang/node/patches/v20.x/202-node_gyp.patch
2025-02-06 17:54:48 +08:00

11 lines
334 B
Diff

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