schismtracker: set sdl prefix to avoid using host SDL

This commit is contained in:
Jeremy Soller 2025-04-22 14:35:52 -06:00
parent fff70c19c0
commit b9b8293a96
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -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
}