Mercurial > repos > blastem
changeset 2576:c9bfed9156dc
Fix linux nightly builds
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Mon, 03 Feb 2025 22:28:20 -0800 |
parents | dddd16a6c69b |
children | 5f725429d08f |
files | build_release |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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