Browse Source

Always symlink jack2 locally, so we can catch the binaries

Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.0
falkTX 4 years ago
parent
commit
47712a5df3
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 6 additions and 4 deletions
  1. +6
    -4
      pack-jack2.sh

+ 6
- 4
pack-jack2.sh View File

@@ -37,6 +37,12 @@ fi

# ---------------------------------------------------------------------------------------------------------------------

if [ ! -e jack2 ]; then
ln -s "${PAWPAW_BUILDDIR}/jack2-${JACK2_VERSION}" jack2
fi

# ---------------------------------------------------------------------------------------------------------------------

if [ "${WIN32}" -eq 1 ]; then
dlfile="${PAWPAW_DOWNLOADDIR}/innosetup-6.0.5.exe"
innodir="${PAWPAW_BUILDDIR}/innosetup-6.0.5"
@@ -71,10 +77,6 @@ elif [ "${MACOS}" -eq 1 ]; then
patch_osx_binary_libs "${f}"
done

if [ ! -e jack2 ]; then
ln -s "${PAWPAW_BUILDDIR}/jack2-${JACK2_VERSION}" jack2
fi

jack2_lastversion=$(cat jack2/wscript | awk 'sub("VERSION=","")' | tr -d "'")
./jack2/macosx/generate-pkg.sh "${jack2_prefix}${jack2_extra_prefix}/"



Loading…
Cancel
Save