CI: Disable WavPack optimizations in macOS build

let the universal build to work for now, see
https://github.com/dbry/WavPack/issues/93
This commit is contained in:
redtide 2023-08-27 15:45:18 +02:00
parent b9d8c36d82
commit 0db5a2c010
No known key found for this signature in database

View file

@ -159,7 +159,11 @@ jobs:
else
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 WAVPACK_ENABLE_ASM=OFF
)
fi
cmake "${options[@]}"