From a9bd40a1e3959c35f5c72e70825594675b23446c Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 27 Sep 2012 17:40:17 -0500 Subject: Don't use the ninja build command by default --- acprep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'acprep') diff --git a/acprep b/acprep index 25f565f3..ebf776db 100755 --- a/acprep +++ b/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) -- cgit v1.2.3