Skip to content

Commit f2d02fe

Browse files
committed
Ran pre-commit
1 parent 9658c02 commit f2d02fe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

preconfigure.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ def build_ninja():
7272
# Specify C++17
7373
env = os.environ.copy()
7474
env["CXXFLAGS"] = env.get("CXXFLAGS", "") + " -std=c++17"
75-
subprocess.run(["python3", "configure.py", "--bootstrap"], cwd=ninjapath, env=env)
75+
subprocess.run(
76+
["python3", "configure.py", "--bootstrap"], cwd=ninjapath, env=env
77+
)
7678
shutil.copy(ninjapath + os.path.sep + "ninja", ".")
7779

7880

0 commit comments

Comments
 (0)