From 0bfdc8203470b95a730d84d433cab20efee77ec8 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 30 Jul 2015 03:17:33 +0200 Subject: use “CPU family” to match ppc, ppc7400, etc. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 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 -- cgit v1.2.3