muja / unrar.rs

Rust library for extracting, listing and testing RAR archives.
Apache License 2.0
95 stars 22 forks source link

Fix unrar_sys build on windows (gnu/msvc) #15

Closed vjoki closed 4 years ago

vjoki commented 4 years ago

There were some linking errors under Windows on both toolchains, this should fix that. While at it I took the liberty to refactor the build.rs a bit.

muja commented 4 years ago

Thank you so much for your contributions! This branch has conflicts currently because of the switch to cc. Can you fix that? :)