summaryrefslogtreecommitdiff
path: root/tools/osx_packaging
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-07-30 03:17:33 +0200
committerRobin Gareus <robin@gareus.org>2015-07-30 03:17:33 +0200
commit0bfdc8203470b95a730d84d433cab20efee77ec8 (patch)
treeceb691d4e90e0bf2c82907f427da4e4fd699063b /tools/osx_packaging
parentb715ef7e9319f9b500bce4abf10088cdd34a4f87 (diff)
use “CPU family” to match ppc, ppc7400, etc.
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 9f35f138c1..af37555d52 100755
--- a/tools/osx_packaging/osx_build
+++ b/tools/osx_packaging/osx_build
@@ -660,7 +660,7 @@ if test x$WITH_X42_LV2 != x ; then
"$CACHEDIR/x42-midifilter-lv2-osx-${MIDIFILTER_VERSION}.zip"
for file in ${PRODUCT_PKG_DIR}/${APPROOT}/lib/LV2/*/*.dylib ; do
- lipo -thin ${OSX_ARCH} ${file} -output ${file}.thin
+ lipo -extract_family ${OSX_ARCH} ${file} -output ${file}.thin
mv ${file}.thin ${file}
done
fi