aboutsummaryrefslogtreecommitdiff
path: root/lang/node/patches/202-node_gyp.patch
blob: b8bd937fbdd4934c20a5931f0df7d3638729e852 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/node.gyp
+++ b/node.gyp
@@ -1193,6 +1193,7 @@
       'dependencies': [
         'deps/simdutf/simdutf.gyp:simdutf#host',
       ],
+      'libraries!':[ '-licui18n', '-licuuc', '-licudata', '-lcrypto', '-lssl', '-lz', '-lhttp_parser', '-luv', '-lnghttp2', '-lcares' ],
       'include_dirs': [
         'tools'
       ],