Skip to content

Commit

Permalink
Add 1 more rpath to jack2 build to ease local development
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Nov 10, 2023
1 parent 656e901 commit 8a8b433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap-mod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ if [ "${WIN32}" -eq 1 ]; then
fi

if [ "${LINUX}" -eq 1 ]; then
export EXTRA_LDFLAGS='-Wl,-rpath,$ORIGIN -Wl,-rpath,$ORIGIN/..'
export EXTRA_LDFLAGS='-Wl,-rpath,$ORIGIN -Wl,-rpath,$ORIGIN/.. -Wl,-rpath,$ORIGIN/../lib'
fi

download jack2 "${JACK2_VERSION}" "${JACK2_URL}" "" "git"
Expand Down

0 comments on commit 8a8b433

Please sign in to comment.