Skip to content

Commit

Permalink
Reverted build.py to stock
Browse files Browse the repository at this point in the history
  • Loading branch information
Trung Lê committed Jan 10, 2012
1 parent b666a26 commit 8570632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Expand Up @@ -145,7 +145,7 @@ def glob_libfiles():
return files

def build_module(manifest,config):
rc = os.system("xcodebuild -sdk iphoneos -arch armv6 -arch armv7 -configuration Release")
rc = os.system("xcodebuild -sdk iphoneos -configuration Release")
if rc != 0:
die("xcodebuild failed")
rc = os.system("xcodebuild -sdk iphonesimulator -configuration Release")
Expand Down

0 comments on commit 8570632

Please sign in to comment.