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 f8f4b18 commit 9d5c13eCopy full SHA for 9d5c13e
scripts/install.js
@@ -29,6 +29,7 @@ var sys_extension = config.sys_extension;
29
process.env.BS_RELEASE_BUILD = "true";
30
31
var ninja_bin_output = path.join(root_dir, "lib", "ninja.exe");
32
+var preBuiltCompilerArtifacts = ["bsc", "bsb", "bsb_helper", "bsppx", "refmt"];
33
34
/**
35
* Make sure `ninja_bin_output` exists
0 commit comments