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:
parent
b9d8c36d82
commit
0db5a2c010
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -159,7 +159,11 @@ 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[@]}"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue