Files
Eliza Winterborn 49f0f5d000 Library fallback path fixed & MacPorts compatible
Use correct variable. Also look for libs in MacPorts' default lib path /opt/local/lib, not just HomeBrew's
2022-12-01 17:03:36 +01:00

6 lines
128 B
Bash
Executable File

#!/bin/sh
dir=`dirname "$0"`
cd "$dir"
export DYLD_FALLBACK_LIBRARY_PATH=../Resources:/opt/local/lib
exec ./fluxengine-gui "$@"