mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 16:48:45 +08:00
Fix prboom on i686
This commit is contained in:
parent
235bd483e7
commit
4157cea532
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user