Don't use the ninja build command by default
This commit is contained in:
parent
300cefd1a7
commit
a9bd40a1e3
1 changed files with 1 additions and 1 deletions
2
acprep
2
acprep
|
|
@ -897,7 +897,7 @@ class PrepareBuild(CommandLineApp):
|
|||
self.log.debug('Changing directory to ' + build_dir)
|
||||
os.chdir(build_dir)
|
||||
|
||||
self.execute(*(['ninja'] + make_args))
|
||||
self.execute(*(['make'] + make_args))
|
||||
finally:
|
||||
os.chdir(self.source_dir)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue