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 3aa8bf4 commit 0c44d04Copy full SHA for 0c44d04
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