Browse Source

Move jack2 win binaries out of the way

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

+ 2
- 0
pack-jack2.sh View File

@@ -70,6 +70,8 @@ if [ "${WIN32}" -eq 1 ]; then
${wine} "${iscc}" "${PAWPAW_TARGET}.iss"
popd

mv "${PAWPAW_BUILDDIR}/jack2-${JACK2_VERSION}/windows/inno/*.exe" .

elif [ "${MACOS}" -eq 1 ]; then
for f in $(ls "${jack2_prefix}${jack2_extra_prefix}/bin"/* \
"${jack2_prefix}${jack2_extra_prefix}/lib"/*.dylib \


Loading…
Cancel
Save