Mercurial > repos > blastem
diff build_release @ 2576:c9bfed9156dc
Fix linux nightly builds
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Mon, 03 Feb 2025 22:28:20 -0800 |
parents | 639561060a28 |
children |
line wrap: on
line diff
--- a/build_release Mon Feb 03 22:15:02 2025 -0800 +++ b/build_release Mon Feb 03 22:28:20 2025 -0800 @@ -13,8 +13,8 @@ if [ -f ./configure ]; then ./configure make all - cp build/.libs/libSDL2-*.so.*.*.* ../lib cd .. + cp sdl/build/.libs/libSDL2-*.so.*.*.* lib sdl=`ls lib` link=`echo $sdl | sed -E 's/(so\.[0-9]*).*/\1/'` cd lib