Skip to content

Commit 314aa47

Browse files
committed
Expand the DYLD fallback path for OSX salmon
1 parent 0d73ce2 commit 314aa47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packaging/transrate

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ SELFDIR="`cd \"$SELFDIR\" && pwd`"
2424

2525
# Temporarily set PATH and LD_LIBRARY_PATH
2626
export PATH=$SELFDIR/bin:$PATH
27-
export LD_LIBRARY_PATH=$SELFDIR/lib:$LD_LIBRARY_PATH
28-
export DYLD_FALLBACK_LIBRARY_PATH=$SELFDIR/lib:$DYLD_FALLBACK_LIBRARY_PATH
27+
export LD_LIBRARY_PATH=$SELFDIR/lib:$SELFDIR/bin:$LD_LIBRARY_PATH
28+
export DYLD_FALLBACK_LIBRARY_PATH=$SELFDIR/lib:$SELFDIR/bin:$DYLD_FALLBACK_LIBRARY_PATH
2929

3030
# Tell Bundler where the Gemfile and gems are.
3131
export BUNDLE_GEMFILE="$SELFDIR/lib/app/Gemfile"

0 commit comments

Comments
 (0)