Skip to content

Commit

Permalink
Force disable wavpack ASM again
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfd committed Jan 14, 2024
1 parent 6ef7b89 commit 2a45d4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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[@]}"
Expand Down

0 comments on commit 2a45d4b

Please sign in to comment.