We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
./configure --shared-libuv
Do not build deps/uv, use system shared library.
uv.gyp is pulled by uvwasi and deps/uv is built
The text was updated successfully, but these errors were encountered:
build: uvwasi honours node_shared_libuv
c1b5978
Fix nodejs#39248.
f65d748
a7cd40e
Fix #39248. PR-URL: #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]>
40e4632
Successfully merging a pull request may close this issue.
What steps will reproduce the bug?
./configure --shared-libuv
What is the expected behavior?
Do not build deps/uv, use system shared library.
What do you see instead?
uv.gyp is pulled by uvwasi and deps/uv is built
The text was updated successfully, but these errors were encountered: