- Version: 8.5.0
- Platform: Windows
- Subsystem: build
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?
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?