Skip to content

Commit 5e09d1c

Browse files
committed
not dev build on windows
1 parent 8b7ae5c commit 5e09d1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scripts/prebuilt.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ function rebuild() {
2525
stdio: [0, 1, 2]
2626
});
2727
}
28-
rebuild();
2928

3029
function buildCompiler() {
3130
// for 4.02.3 it relies on OCAMLLIB to find stdlib path
@@ -48,6 +47,7 @@ function buildCompiler() {
4847
);
4948
}
5049
if (!is_windows) {
50+
rebuild();
5151
require("./ninja.js").updateRelease();
5252
}
5353
var os = require("os");

0 commit comments

Comments
 (0)