Open jstasiak opened 5 years ago
This would have saved me an hour or so. :+1:
EDIT: For future issue searchers: ld: library not found for -lspeexdsp
(I had speex
installed and could find the shared libraries in /opt/homebrew/lib
, but speexdsp
is a separate install).
EDIT2: On my M1 Mac: also needed to export RUSTFLAGS='-L /opt/homebrew/lib'
Without this the project can't be built on Mac.