HL/C on macOS
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#!/usr/bin/env sh
|
||||
# HashLink needs a specific working directory to find hlboot.dat and libraries
|
||||
cd "$(dirname "$0")"
|
||||
exec ./hl "$@"
|
||||
# automatically, so we use this script to configure them all manually
|
||||
BASEDIR=$(dirname $0)
|
||||
DYLD_LIBRARY_PATH=$BASEDIR:$DYLD_LIBRARY_PATH exec $BASEDIR/hl $BASEDIR/hlboot.dat "$@"
|
||||
Reference in New Issue
Block a user