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
This commit is contained in:
Eliza Winterborn
2022-12-01 17:03:36 +01:00
committed by GitHub
parent d8528d889a
commit 49f0f5d000

View File

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