diff --git a/build-chocolate-doom b/build-chocolate-doom index 47cc3c0..0f27201 100644 --- a/build-chocolate-doom +++ b/build-chocolate-doom @@ -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