Browse Source

Making build script more flexible

Mike Lewis 13 years ago
parent
commit
867686d7cb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      TestSupport/run_test.sh

+ 2 - 2
TestSupport/run_test.sh

@@ -12,7 +12,7 @@ bash TestSupport/ensure_virtualenv.sh .env
 
 CHILD_PID=$!
 
-xcodebuild -target SocketRocket -sdk $SDK -configuration Debug clean
-xcodebuild -target SRWebSocketTests -sdk $SDK -configuration Debug clean build
+xcodebuild -target SocketRocket -arch i386 -configuration Debug -sdk iphonesimulator clean
+xcodebuild -target SRWebSocketTests -arch i386 -configuration Debug -sdk iphonesimulator clean build 
 
 kill $CHILD_PID