We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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?