fix build script for latest sdl
This commit is contained in:
parent
c71ad6dd47
commit
7d7cd44874
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
#!/bin/bash
|
||||
. $(dirname $0)/environment.sh
|
||||
pushd $KIVYIOSROOT/src/SDL/Xcode-iPhoneOS/SDL
|
||||
xcodebuild -project SDLiPhoneOS.xcodeproj -target libSDL -configuration Release -sdk iphoneos$SDKVER
|
||||
pushd $KIVYIOSROOT/src/SDL/Xcode-iOS/SDL
|
||||
xcodebuild -project SDL.xcodeproj -target libSDL -configuration Release -sdk iphoneos$SDKVER
|
||||
popd
|
||||
|
||||
cp src/SDL/Xcode-iPhoneOS/SDL/build/Release-iPhoneOS/libSDL.a $BUILDROOT/lib
|
||||
cp src/SDL/Xcode-iOS/SDL/build/Release-iphoneos/libSDL.a $BUILDROOT/lib
|
||||
cp -a src/SDL/include $BUILDROOT/include/SDL
|
||||
|
|
Loading…
Reference in a new issue