fix to copy Debug SDL instead of Release (invalid previous merge)
This commit is contained in:
parent
e332369617
commit
c822b694c5
1 changed files with 1 additions and 1 deletions
|
@ -4,5 +4,5 @@ pushd sdl/sdl1.3/Xcode-iPhoneOS/SDL
|
|||
xcodebuild -project SDLiPhoneOS.xcodeproj -target libSDL -configuration Debug -sdk iphoneos5.0
|
||||
popd
|
||||
|
||||
cp sdl/sdl1.3/Xcode-iPhoneOS/SDL/build/Release-iPhoneOS/libSDL.a $BUILDROOT/lib
|
||||
cp sdl/sdl1.3/Xcode-iPhoneOS/SDL/build/Debug-iPhoneOS/libSDL.a $BUILDROOT/lib
|
||||
cp -a sdl/sdl1.3/include $BUILDROOT/include/SDL
|
||||
|
|
Loading…
Add table
Reference in a new issue