mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
schismtracker: set sdl prefix to avoid using host SDL
This commit is contained in:
parent
fff70c19c0
commit
b9b8293a96
@ -14,7 +14,7 @@ function recipe_build {
|
||||
export LDFLAGS="-L$sysroot/lib -static"
|
||||
export SDL_CONFIG="$sysroot/bin/sdl-config"
|
||||
autoreconf -i
|
||||
./configure --build=${BUILD} --host=${HOST} --prefix=''
|
||||
./configure --build=${BUILD} --host=${HOST} --prefix='' --with-sdl-prefix="$sysroot"
|
||||
"$REDOX_MAKE" -j"$($NPROC)"
|
||||
skip=1
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user