diff --git a/indra/develop.py b/indra/develop.py index f4143eb65cdf55d78db6d34ad226fb2c6273b1da..7d0aec4a4a40d76680d3125deab8112382f88856 100755 --- a/indra/develop.py +++ b/indra/develop.py @@ -444,8 +444,7 @@ def run_build(self, opts, targets): targets = ' '.join(['-target ' + repr(t) for t in targets]) else: targets = '' - cmd = ('xcodebuild -parallelizeTargets ' - '-configuration %s %s %s' % + cmd = ('xcodebuild -configuration %s %s %s' % (self.build_type, ' '.join(opts), targets)) for d in self.build_dirs(): try: