Merge pull request #20 from kivmtest/patch-1
SDL_mixer : Specify branch SDL-1.2 for download
This commit is contained in:
commit
4230f38968
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue