From 0cc62a12e19a001f38bd8cecf5e7694ff46eb62f Mon Sep 17 00:00:00 2001 From: Mengjuei Date: Sun, 16 Oct 2011 21:36:04 -0700 Subject: [PATCH] forgot to commit --- pyInstaller/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pyInstaller/Makefile b/pyInstaller/Makefile index c66752b8..d411a627 100644 --- a/pyInstaller/Makefile +++ b/pyInstaller/Makefile @@ -9,9 +9,7 @@ clean: xcodebuild clean release: - xcodebuild -target Installer -configuration Release \ - -arch i386 -arch x86_64 + xcodebuild -target Installer -configuration Release debug: - xcodebuild -target Installer -configuration Debug \ - -arch i386 -arch x86_64 + xcodebuild -target Installer -configuration Debug