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.
This commit is contained in:
kivmtest 2012-09-13 00:56:27 -07:00
parent a6b5859473
commit f2f7234522

View file

@ -9,7 +9,7 @@ if [ ! -f SDL ]; then
fi fi
if [ ! -d SDL_mixer ]; then 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 fi
if [ ! -d libtremor ]; then if [ ! -d libtremor ]; then
try mkdir libtremor try mkdir libtremor