aboutsummaryrefslogtreecommitdiff
path: root/lang/node/patches/202-node_gyp.patch
blob: 2105ffcfccd58041b6aa6d7cb74873831d3004d1 (plain)
1
2
3
4
5
6
7
8
9
10
--- 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',