mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
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:
@@ -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 "$@"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user