Skip to content

Commit 40e4632

Browse files
kapouertargos
authored andcommitted
build: uvwasi honours node_shared_libuv
Fix nodejs#39248. PR-URL: nodejs#39260 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent b4a0c5a commit 40e4632

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

deps/uvwasi/uvwasi.gyp

+5-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818
'src/wasi_rights.c',
1919
'src/wasi_serdes.c',
2020
],
21-
'dependencies': [
22-
'../uv/uv.gyp:libuv',
23-
],
2421
'direct_dependent_settings': {
2522
'include_dirs': ['include']
2623
},
@@ -31,6 +28,11 @@
3128
'_POSIX_C_SOURCE=200112',
3229
],
3330
}],
31+
[ 'node_shared_libuv=="false"', {
32+
'dependencies': [
33+
'../uv/uv.gyp:libuv',
34+
],
35+
}],
3436
],
3537
}
3638
]

0 commit comments

Comments
 (0)