Skip to content

Commit

Permalink
Setting up startup.sh script with DYLD_LIBRARY_PATH.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Oct 22, 2023
1 parent 996f748 commit 264abbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mrv2/etc/macOS/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ dynlib="$rsrc/lib"
# echo "rsrc=$rsrc"
# echo "dynlib=$dynlib"

export DYLD_LIBRARY_PATH="$dynlib:${DYLD_LIBRARY_PATH}"
export DYLD_FALLBACK_LIBRARY_PATH=$dynlib
export DYLD_FRAMEWORK_PATH=$dynlib
exec "$rsrc/bin/mrv2" $*

0 comments on commit 264abbb

Please sign in to comment.