Skip to content

Commit

Permalink
SDL_mixer : Specify branch SDL-1.2 for download
Browse files Browse the repository at this point in the history
kivy#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.
  • Loading branch information
kivmtest committed Sep 13, 2012
1 parent a6b5859 commit f2f7234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build-sdlmixer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f2f7234

Please sign in to comment.