mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-12 17:32:30 -04:00
- #3 fix issues reported by an ARM64 compiler (2)
This commit is contained in:
parent
27c803f040
commit
f9e5b3d1e9
5 changed files with 10 additions and 10 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue