summaryrefslogtreecommitdiff
path: root/tools/osx_packaging
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-02-26 21:12:12 +0100
committerRobin Gareus <robin@gareus.org>2015-02-26 21:12:12 +0100
commit82b2f27e57b3646a47c31921e8cc625c085462b9 (patch)
tree90790acbb6a76f0e4c731d7868c15c556026db80 /tools/osx_packaging
parent2249b98f53ab1885f3be3dcad8f765bf66d4ec5c (diff)
really thin bundled plugins
Diffstat (limited to 'tools/osx_packaging')
-rwxr-xr-xtools/osx_packaging/osx_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build
index 9e138f176c..23d32e9668 100755
--- a/tools/osx_packaging/osx_build
+++ b/tools/osx_packaging/osx_build
@@ -639,7 +639,7 @@ if test -n "$MIXBUS"; then
curl -s http://gareus.org/x42/osx/x42-midifilter-lv2-osx-${MIDIFILTER_VERSION}.zip \
| bsdtar -C "${PRODUCT_PKG_DIR}/${APPROOT}/lib/LV2/" -xf -
- for file in ${PRODUCT_PKG_DIR}/${APPROOT}/lib/LV2/*/.dylib ; do
+ for file in ${PRODUCT_PKG_DIR}/${APPROOT}/lib/LV2/*/*.dylib ; do
lipo -thin ${OSX_ARCH} ${file} -output ${file}.thin
mv ${file}.thin ${file}
done