szechyjs / dsd

Digital Speech Decoder
Other
680 stars 267 forks source link

cmake: fix portaudio linking issue #103

Closed ra1nb0w closed 3 years ago

ra1nb0w commented 3 years ago

The change in the FindLibPortAudio fix linking reliability. The following error generated without the patch is the following:

:info:build make[2]: *** No rule to make target /opt/local/lib/libportaudio', needed bydsd'. Stop.

This was discovered on macOS but can be common to other platforms.