Skip to content

Commit 174c465

Browse files
committed
Update preconfigure.py
Signed-off-by: shbhmexe <[email protected]>
1 parent 302a211 commit 174c465

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
@@ -76,7 +76,9 @@ def build_ninja():
7676
subprocess.run(
7777
["python3", "configure.py", "--bootstrap"], cwd=ninjapath, env=env
7878
)
79-
shutil.copy(ninjapath + os.path.sep + "ninja", sys.path[0] + os.path.sep + "ninja")
79+
shutil.copy(
80+
ninjapath + os.path.sep + "ninja", sys.path[0] + os.path.sep + "ninja"
81+
)
8082

8183

8284
def run(

0 commit comments

Comments
 (0)