Tweak Apple builds
This commit is contained in:
parent
8065cd2013
commit
e464f0be30
2 changed files with 1 additions and 5 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -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[@]}"
|
||||||
|
|
|
||||||
2
library
2
library
|
|
@ -1 +1 @@
|
||||||
Subproject commit c2783f1853067af933cdc8cc6e523d12a296b59d
|
Subproject commit d6f8a558607472ce222d0e2448bbe852028b4a39
|
||||||
Loading…
Add table
Reference in a new issue