From 968debbadcbbe000f1c9e1603e11751c968d6ebe Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Sat, 5 Jun 2010 10:28:41 +0000 Subject: [PATCH] Fixed issue 503 --- build/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: