use “CPU family” to match ppc, ppc7400, etc.
authorRobin Gareus <robin@gareus.org>
Thu, 30 Jul 2015 01:17:33 +0000 (03:17 +0200)
committerRobin Gareus <robin@gareus.org>
Thu, 30 Jul 2015 01:17:33 +0000 (03:17 +0200)
tools/osx_packaging/osx_build

index 9f35f138c110a44b2a008d76f62fb8fd94595b23..af37555d5215b5805243f46fb8c52f798324c5aa 100755 (executable)
@@ -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