From f2f723452277e6576cbe92c8a522b70c9290439b Mon Sep 17 00:00:00 2001 From: kivmtest Date: Thu, 13 Sep 2012 00:56:27 -0700 Subject: [PATCH] SDL_mixer : Specify branch SDL-1.2 for download https://github.com/kivy/kivy-ios/issues/19 Default SDL_mixer branch now wants to build version 2, which causes both the SDL_mixer build to fail, and consequently, the kivy build as well. Xcode Frameworks will show libSDL_mixer.a and libkivy.a are missing. Specifying the SDL-1.2 branch results in the build working, fixing both problems. --- tools/build-sdlmixer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build-sdlmixer.sh b/tools/build-sdlmixer.sh index d1b0c66..d09431b 100755 --- a/tools/build-sdlmixer.sh +++ b/tools/build-sdlmixer.sh @@ -9,7 +9,7 @@ if [ ! -f SDL ]; then fi if [ ! -d SDL_mixer ]; then - try hg clone http://hg.libsdl.org/SDL_mixer/ + try hg clone http://hg.libsdl.org/SDL_mixer/#SDL-1.2 fi if [ ! -d libtremor ]; then try mkdir libtremor