mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 17:03:06 +01:00
use “CPU family” to match ppc, ppc7400, etc.
This commit is contained in:
parent
b715ef7e93
commit
0bfdc82034
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue