evpobr/sndfile-sys

Failed to link `libsndfile` on Windows

Closed this issue · 2 comments

Hmm, is libsndfile package installed?

Also, libsndfile library on Windows is libsndfile-1.dll, not sndfile.dll.

tuxzz commented

This problem is caused by PR #1, sorry it's my fault.
On Windows+vcpkg, #[link(name = "sndfile")] should be removed.
PR is coming.