Merge pull request #20 from kivmtest/patch-1

SDL_mixer : Specify branch SDL-1.2 for download
This commit is contained in:
Mathieu Virbel 2012-09-13 03:06:45 -07:00
commit 4230f38968

View file

@ -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