I never noticed this since I always use Linux myself, but while the Linux and macOS versions statically link to the built version of fftw by default, the Windows version always dynamically links to a downloaded binary. This makes distributing binaries built against this crate a lot more difficult on Windows. Is there an easy way to get it to statically link instead?
I never noticed this since I always use Linux myself, but while the Linux and macOS versions statically link to the built version of fftw by default, the Windows version always dynamically links to a downloaded binary. This makes distributing binaries built against this crate a lot more difficult on Windows. Is there an easy way to get it to statically link instead?