Roll back to SDL_net 1.2.7; 1.2.8 is broken (SDL bug #1402).

Subversion-branch: /buildscripts
Subversion-revision: 2556
This commit is contained in:
Simon Howard 2012-12-24 23:07:59 +00:00
parent 1803a518c2
commit fe2e2c82ae
1 changed files with 1 additions and 1 deletions

View File

@ -382,7 +382,7 @@ if $force_build_sdl || ! have_header SDL_net.h; then
# SDL_net not installed; we must build it
fetch_and_build_module http://www.libsdl.org/projects/SDL_net/release/ \
SDL_net 1.2.8 "$HOST_ARG"
SDL_net 1.2.7 "$HOST_ARG"
fi
if $force_build_sdl || ! have_header SDL_mixer.h; then