diff --git a/build/commands.py b/build/commands.py index 4a8e4443..4f11783b 100644 --- a/build/commands.py +++ b/build/commands.py @@ -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: