Skip to content

Commit

Permalink
Tweak Apple builds
Browse files Browse the repository at this point in the history
  • Loading branch information
pferrand-soundhound authored and paulfd committed Sep 29, 2023
1 parent 8065cd2 commit e464f0b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,11 +159,7 @@ 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[@]}"
Expand Down

0 comments on commit e464f0b

Please sign in to comment.