mirror of
https://github.com/chocolate-doom/buildscripts.git
synced 2024-11-10 06:31:39 +00:00
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:
parent
1803a518c2
commit
fe2e2c82ae
1 changed files with 1 additions and 1 deletions
|
@ -382,7 +382,7 @@ if $force_build_sdl || ! have_header SDL_net.h; then
|
||||||
# SDL_net not installed; we must build it
|
# SDL_net not installed; we must build it
|
||||||
|
|
||||||
fetch_and_build_module http://www.libsdl.org/projects/SDL_net/release/ \
|
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
|
fi
|
||||||
|
|
||||||
if $force_build_sdl || ! have_header SDL_mixer.h; then
|
if $force_build_sdl || ! have_header SDL_mixer.h; then
|
||||||
|
|
Loading…
Reference in a new issue