Fixed issue 503

This commit is contained in:
Nick Bolton 2010-06-05 10:28:41 +00:00
parent bb05505bd4
commit 968debbadc
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ class InternalCommands:
print 'Building with Xcode...'
self.try_chdir(self.bin_dir)
err = os.system(xcodebuild_cmd)
err = os.system(self.xcodebuild_cmd)
self.restore_chdir()
if err == 0: