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
Any recent version
Linux Debian
build
Build with that flag --shared-libuv but without deps/uv/*
n/a
Without deps/uv/* and with --shared-libuv, it should build.
make[1]: *** No rule to make target 'deps/uv/uv.gyp', needed by 'out/Makefile'. Stop.
It's not something really bad. It would be nice if using shared-libuv, shared-zlib, shared-llhttp, didn't require the presence of gyp files.
The text was updated successfully, but these errors were encountered:
@kapouer I think #55789 would fix this.
Sorry, something went wrong.
Yep ! If that works, that works.
Successfully merging a pull request may close this issue.
Version
Any recent version
Platform
Subsystem
build
What steps will reproduce the bug?
Build with that flag
--shared-libuv
but without
deps/uv/*
How often does it reproduce? Is there a required condition?
n/a
What is the expected behavior? Why is that the expected behavior?
Without deps/uv/* and with --shared-libuv, it should build.
What do you see instead?
make[1]: *** No rule to make target 'deps/uv/uv.gyp', needed by 'out/Makefile'. Stop.
Additional information
It's not something really bad.
It would be nice if using shared-libuv, shared-zlib, shared-llhttp, didn't require the presence of gyp files.
The text was updated successfully, but these errors were encountered: