We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88488a0 commit 2ab41fbCopy full SHA for 2ab41fb
scripts/buildNinjaBinary.js
@@ -6,7 +6,7 @@ const path = require("path");
6
7
const platform = process.platform;
8
const ninjaDir = path.join(__dirname, "..", "ninja");
9
-const buildCommand = "python configure.py --bootstrap --verbose";
+const buildCommand = "python3 configure.py --bootstrap --verbose";
10
11
if (platform === "win32") {
12
// On Windows, the build uses the MSVC compiler which needs to be on the path.
0 commit comments