Browse Source

Add 1 more rpath to jack2 build to ease local development

Signed-off-by: falkTX <falktx@falktx.com>
pull/28/head
falkTX 1 year ago
parent
commit
8a8b43341d
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bootstrap-mod.sh

+ 1
- 1
bootstrap-mod.sh View File

@@ -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"


Loading…
Cancel
Save