jeremyletang / rust-sfml

SFML bindings for Rust
Other
638 stars 88 forks source link

MSVC SFML Audio build fails to link because extlib/ libFLAC isn't compiled with compatible MSVC #330

Closed crumblingstatue closed 1 month ago

crumblingstatue commented 1 month ago

Using libFLAC .lib files from https://www.sfml-dev.org/files/SFML-2.6.1-windows-vc17-64-bit.zip makes the linking succeed. Might have to look into downloading files from build scripts

crumblingstatue commented 1 month ago

We are now building libflac using libflac-sys to get around this problem.