Skip to content
Snippets Groups Projects
Commit 7e84d912 authored by Christian Goetze's avatar Christian Goetze
Browse files

Fix Mac Build

parent da46eb9e
No related branches found
No related tags found
No related merge requests found
...@@ -444,8 +444,7 @@ def run_build(self, opts, targets): ...@@ -444,8 +444,7 @@ def run_build(self, opts, targets):
targets = ' '.join(['-target ' + repr(t) for t in targets]) targets = ' '.join(['-target ' + repr(t) for t in targets])
else: else:
targets = '' targets = ''
cmd = ('xcodebuild -parallelizeTargets ' cmd = ('xcodebuild -configuration %s %s %s' %
'-configuration %s %s %s' %
(self.build_type, ' '.join(opts), targets)) (self.build_type, ' '.join(opts), targets))
for d in self.build_dirs(): for d in self.build_dirs():
try: try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment