We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e2d8d6 commit f2146a1Copy full SHA for f2146a1
index.js
@@ -78,5 +78,5 @@ if (process.platform == "linux") {
78
await spawnAsync("./configure", ["--ninja", "--shared"], "node");
79
await spawnAsync("make", [`-j${threadCount}`], "node");
80
} else if (process.platform == "win32") {
81
- await spawnAsync("vcbuild.bat", ["--shared"], "node");
+ await spawnAsync("vcbuild.bat", ["dll"], "node");
82
}
0 commit comments