From 0ca84893936bcac2f2ce399850757374d30f96f6 Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Mon, 15 Oct 2012 00:23:28 +0200 Subject: [PATCH] SDL: fix changes from the newer hg SDL version, libSDL.a -> libSDL2.a --- tools/build-sdl.sh | 2 +- tools/templates/template.xcodeproj/project.pbxproj | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tools/build-sdl.sh b/tools/build-sdl.sh index 08ea55f..5295d7a 100755 --- a/tools/build-sdl.sh +++ b/tools/build-sdl.sh @@ -4,7 +4,7 @@ pushd $KIVYIOSROOT/src/SDL/Xcode-iOS/SDL xcodebuild -project SDL.xcodeproj -target libSDL -configuration Release -sdk iphoneos$SDKVER popd -cp src/SDL/Xcode-iOS/SDL/build/Release-iphoneos/libSDL.a $BUILDROOT/lib +cp src/SDL/Xcode-iOS/SDL/build/Release-iphoneos/libSDL2.a $BUILDROOT/lib cp -a src/SDL/include $BUILDROOT/include/SDL cat>$BUILDROOT/pkgconfig/sdl.pc<