Tweak Apple builds

This commit is contained in:
Paul Ferrand 2023-09-29 10:05:57 +02:00 committed by Paul Ferrand
parent 8065cd2013
commit e464f0be30
2 changed files with 1 additions and 5 deletions

View file

@ -159,11 +159,7 @@ jobs:
else else
options=( options=(
${options[@]} ${options[@]}
# FIXME:
# Disable WavPack optimizations to let the universal build to work, see
# https://github.com/dbry/WavPack/issues/93
-D CMAKE_OSX_ARCHITECTURES="arm64;x86_64" -D CMAKE_OSX_ARCHITECTURES="arm64;x86_64"
-D WAVPACK_ENABLE_ASM=OFF
) )
fi fi
cmake "${options[@]}" cmake "${options[@]}"

@ -1 +1 @@
Subproject commit c2783f1853067af933cdc8cc6e523d12a296b59d Subproject commit d6f8a558607472ce222d0e2448bbe852028b4a39