- #3 fix issues reported by an ARM64 compiler (2)

This commit is contained in:
Ondřej Novák 2025-05-01 14:03:27 +02:00
parent 27c803f040
commit f9e5b3d1e9
5 changed files with 10 additions and 10 deletions

View file

@ -2,6 +2,7 @@
temp_file=$(mktemp /tmp/skeldal.XXXXXX.log)
CURDIR=`dirname "$0"`
chmod +x "$CURDIR/skeldal_bin"
LD_LIBRARY_PATH=$CURDIR:$LD_LIBRARY_PATH "$CURDIR/skeldal_bin" $* > "$temp_file" 2>&1
exit_code=$?
@ -25,4 +26,3 @@ fi
rm $temp_file
exit $exit_code