Fix openttd recipe

This commit is contained in:
Jeremy Soller 2020-08-24 20:56:59 -06:00
parent 3fdde7872a
commit 2edb12922d
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

@ -14,6 +14,9 @@ function recipe_update {
}
function recipe_build {
sysroot="$(realpath ../sysroot)"
export CFLAGS="-I$sysroot/include"
export LDFLAGS="-L$sysroot/lib --static"
./configure \
--build=${BUILD} \
--host=${HOST} \