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 1aebb34 commit 85028ceCopy full SHA for 85028ce
scripts/install.js
@@ -53,7 +53,7 @@ function provideNinja() {
53
stdio: [0, 1, 2],
54
});
55
console.log("No prebuilt Ninja, building Ninja now");
56
- var build_ninja_command = "./configure.py --bootstrap";
+ var build_ninja_command = "python3 ./configure.py --bootstrap";
57
child_process.execSync(build_ninja_command, {
58
cwd: ninja_source_dir,
59
0 commit comments