Browse Source

Fix jack macOS packaging

pull/19/head
falkTX 3 years ago
parent
commit
fda42dffee
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      setup/functions.sh

+ 1
- 1
setup/functions.sh View File

@@ -644,7 +644,7 @@ function patch_osx_qtapp() {


macdeployqt "${appfile}" macdeployqt "${appfile}"


rm -f "${appfile}/Contents/Frameworks/libjack.0.dylib"
rm -f "${appfile}/Contents/Frameworks/libjack.*.dylib"


_postbuild _postbuild
} }


Loading…
Cancel
Save