Skip to content

Commit

Permalink
Keep track of wavpack arm configuration issue
Browse files Browse the repository at this point in the history
  • Loading branch information
redtide committed Oct 21, 2023
1 parent 1a7785f commit 7cf5dd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions external/st_audiofile/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ set(WAVPACK_INSTALL_CMAKE_MODULE OFF)
set(WAVPACK_INSTALL_DOCS OFF)
set(WAVPACK_INSTALL_PKGCONFIG_MODULE OFF)
# FIXME: remove when WavPack updates their build script
# see https://github.com/dbry/WavPack/issues/93
if(APPLE AND PROJECT_SYSTEM_PROCESSOR MATCHES "(arm.*)")
SET(WAVPACK_ENABLE_ASM OFF)
endif()
Expand Down

0 comments on commit 7cf5dd2

Please sign in to comment.