Merge branch 'master' of ssh://github.com/kivy/kivy-ios
This commit is contained in:
commit
d539c90474
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ pushd $KIVYIOSROOT/src/SDL/Xcode-iOS/SDL
|
||||||
xcodebuild -project SDL.xcodeproj -target libSDL -configuration Release -sdk iphoneos$SDKVER
|
xcodebuild -project SDL.xcodeproj -target libSDL -configuration Release -sdk iphoneos$SDKVER
|
||||||
popd
|
popd
|
||||||
|
|
||||||
cp src/SDL/Xcode-iOS/SDL/build/Release-iphoneos/libSDL2.a $BUILDROOT/lib
|
cp $KIVYIOSROOT/src/SDL/Xcode-iOS/SDL/build/Release-iphoneos/libSDL2.a $BUILDROOT/lib
|
||||||
cp -a src/SDL/include $BUILDROOT/include/SDL
|
cp -a $KIVYIOSROOT/src/SDL/include $BUILDROOT/include/SDL
|
||||||
|
|
||||||
cat>$BUILDROOT/pkgconfig/sdl.pc<<EOF
|
cat>$BUILDROOT/pkgconfig/sdl.pc<<EOF
|
||||||
# sdl pkg-config source file
|
# sdl pkg-config source file
|
||||||
|
|
Loading…
Reference in a new issue