Skip to content

Commit 2ab41fb

Browse files
authored
python3 for building ninja (#5673)
1 parent 88488a0 commit 2ab41fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/buildNinjaBinary.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const path = require("path");
66

77
const platform = process.platform;
88
const ninjaDir = path.join(__dirname, "..", "ninja");
9-
const buildCommand = "python configure.py --bootstrap --verbose";
9+
const buildCommand = "python3 configure.py --bootstrap --verbose";
1010

1111
if (platform === "win32") {
1212
// On Windows, the build uses the MSVC compiler which needs to be on the path.

0 commit comments

Comments
 (0)