From 82b2f27e57b3646a47c31921e8cc625c085462b9 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 26 Feb 2015 21:12:12 +0100 Subject: [PATCH] really thin bundled plugins --- tools/osx_packaging/osx_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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