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
I recently found myself compiling Node.js and wanting to include an extra module via --link-module /path/to/module.
--link-module /path/to/module
While this works great when building for Linux or macOS, it seems to lack Windows support.
Am I doing something wrong?
The text was updated successfully, but these errors were encountered:
build: add support for link-module to vcbuild
f69a62b
Adds support for link-module option to vcbuild.bat. Fixes: nodejs#15377
Looks like it is missing. I've opened a PR to fix this: #15410
Sorry, something went wrong.
e86952d
5d217ad
Adds support for link-module option to vcbuild.bat. PR-URL: #15410 Fixes: #15377 Reviewed-By: Refael Ackermann <refack@gmail.com>
8ceb08a
Adds support for link-module option to vcbuild.bat. PR-URL: nodejs/node#15410 Fixes: nodejs/node#15377 Reviewed-By: Refael Ackermann <refack@gmail.com>
8db4f20
Successfully merging a pull request may close this issue.
I recently found myself compiling Node.js and wanting to include an extra module via
--link-module /path/to/module
.While this works great when building for Linux or macOS, it seems to lack Windows support.
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: