From c822b694c511d48b3a3ae02b88ef03152df3ad8f Mon Sep 17 00:00:00 2001
From: Mathieu Virbel <mat@kivy.org>
Date: Tue, 6 Dec 2011 18:24:42 +0100
Subject: [PATCH] fix to copy Debug SDL instead of Release (invalid previous
 merge)

---
 build_sdl.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build_sdl.sh b/build_sdl.sh
index 841d866..4e60608 100755
--- a/build_sdl.sh
+++ b/build_sdl.sh
@@ -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