Skip to content

Commit 5af764d

Browse files
committed
Fix Ubuntu build with ninja.
1 parent 88ed08d commit 5af764d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/setupEnv/tools/ninja/install.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ def installNinja():
9191
win = WIN_EXEC
9292
)
9393
createDir(path)
94+
print(path)
9495
mvFile(execFile, path)
9596
appendPath(path)
9697

@@ -99,6 +100,7 @@ def main():
99100
cur_version = Version(ninja.get_installed_version())
100101
new_version = Version(vpy.INSTALL_VERSION)
101102
if cur_version >= new_version:
103+
print('Ninja already installed')
102104
return
103105

104106
if isMacOsX() and args.default:

0 commit comments

Comments
 (0)