Fixes #365.
The issue is present upstream: https://github.com/erikd/libsndfile/issues/489
It happens while building libsndfile's programs with BUILD_SHARED_LIBS=ON.
For Extempore, we only need the libsndfile library, not the programs. Not attempting to build them fixes the issue.
Fixes #365. The issue is present upstream: https://github.com/erikd/libsndfile/issues/489 It happens while building libsndfile's programs with
BUILD_SHARED_LIBS=ON
.For Extempore, we only need the libsndfile library, not the programs. Not attempting to build them fixes the issue.