Force disable wavpack ASM again
This commit is contained in:
parent
6ef7b89b6e
commit
2a45d4b9ec
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -171,7 +171,9 @@ jobs:
|
||||||
else
|
else
|
||||||
options=(
|
options=(
|
||||||
${options[@]}
|
${options[@]}
|
||||||
|
# FIXME: Find out why https://github.com/sfztools/sfizz/commit/d6f8a558607472ce222d0e2448bbe852028b4a39 is not working
|
||||||
-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[@]}"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue