Fix prboom on i686

This commit is contained in:
Jeremy Soller 2023-01-20 10:53:42 -07:00
parent 235bd483e7
commit 4157cea532

View File

@ -17,9 +17,10 @@ function recipe_build {
--prefix=/ \
--build=${BUILD} \
--host=${HOST} \
--disable-sdltest \
--disable-cpu-opt \
--disable-i386-asm \
--disable-gl \
--disable-sdltest \
--without-net \
--with-sdl-prefix="$sysroot" \
ac_cv_lib_SDL_mixer_Mix_OpenAudio=yes