Force disable wavpack ASM again

This commit is contained in:
Paul Ferrand 2024-01-14 22:56:05 +01:00 committed by GitHub
parent 6ef7b89b6e
commit 2a45d4b9ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -171,7 +171,9 @@ jobs:
else
options=(
${options[@]}
# FIXME: Find out why https://github.com/sfztools/sfizz/commit/d6f8a558607472ce222d0e2448bbe852028b4a39 is not working
-D CMAKE_OSX_ARCHITECTURES="arm64;x86_64"
-D WAVPACK_ENABLE_ASM=OFF
)
fi
cmake "${options[@]}"