Skip to content
Snippets Groups Projects
Verified Commit f4b46490 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Do not remove sdl-config

parent cb6e3290
No related branches found
No related tags found
No related merge requests found
......@@ -13,9 +13,10 @@ function recipe_update {
}
function recipe_build {
sysroot="$(realpath ../sysroot)"
autoreconf -if
wget -O autotools/config.sub http://git.savannah.gnu.org/cgit/config.git/plain/config.sub
./configure --prefix=/ --host=${HOST} --disable-sdltest --disable-cpu-opt --disable-gl --without-net --with-sdl-prefix="$PWD/../sysroot"
./configure --prefix=/ --host=${HOST} --disable-sdltest --disable-cpu-opt --disable-gl --without-net --with-sdl-prefix="$sysroot"
make -j"$(nproc)"
skip=1
}
......
......@@ -46,6 +46,6 @@ function recipe_clean {
function recipe_stage {
dest="$(realpath $1)"
make DESTDIR="$dest" install
rm -f "$dest/bin/"*-config "$dest/lib/"*.la
rm -f "$dest/lib/"*.la
skip=1
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment