clang fixes.

This commit is contained in:
Ben Vanik
2015-08-01 03:55:50 -07:00
parent 27944c425b
commit 8494ca2eaa
4 changed files with 5 additions and 4 deletions

View File

@@ -503,7 +503,7 @@ class BaseBuildCommand(Command):
'make',
'-Cbuild/',
'config=%s_linux' % (args['config']),
] + pass_args, throw_on_error=False)
] + pass_args + args['target'], throw_on_error=False)
print('')
if result != 0:
print('ERROR: build failed with one or more errors.')