mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
Notable Changes * test_runner: support test plans * inspector: introduce the --inspect-wait flag * zlib: expose zlib.crc32() * cli: allow running wasm in limited vmem with --disable-wasm-trap-handler Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
11 lines
334 B
Diff
11 lines
334 B
Diff
--- a/node.gyp
|
|
+++ b/node.gyp
|
|
@@ -1302,6 +1302,7 @@
|
|
'dependencies': [
|
|
'deps/simdutf/simdutf.gyp:simdutf#host',
|
|
],
|
|
+ 'libraries!':[ '-licui18n', '-licuuc', '-licudata', '-lcrypto', '-lssl', '-lz', '-lhttp_parser', '-luv', '-lnghttp2', '-lcares' ],
|
|
'include_dirs': [
|
|
'tools',
|
|
'src',
|