Trying appveyor with no ninja.

This commit is contained in:
Ben Vanik
2015-02-11 20:26:31 -08:00
parent 61f8b8e6d2
commit eca3bd2d1c
3 changed files with 7 additions and 6 deletions

View File

@@ -275,7 +275,8 @@ class SetupCommand(Command):
print('')
# Run the ninja bootstrap to build it, if it's missing.
if (not os.path.exists('third_party/ninja/ninja') and
if (not '--no-ninja' in args and
not os.path.exists('third_party/ninja/ninja') and
not os.path.exists('third_party/ninja/ninja.exe')):
print('- preparing ninja...')
os.chdir('third_party/ninja')