rust-lang / cc-rs

Rust library for build scripts to compile C/C++ code into a Rust library
https://docs.rs/cc
Apache License 2.0
1.79k stars 434 forks source link

From 1.0.106 rustc_codegen_cranelift's users are blocked! #1156

Closed frederikhors closed 1 month ago

frederikhors commented 1 month ago

From cc-v1.0.106 we, users of the amazing https://github.com/rust-lang/rustc_codegen_cranelift, cannot build anymore (at least on Windows): https://github.com/rust-lang/rustc_codegen_cranelift/issues/1510.

Can we found an alternative way?

NobodyXu commented 1 month ago

Hmmm... in that case, maybe we can revert that changes (and the msrv)?

frederikhors commented 1 month ago

Yeah, thanks. Anyway I can alert you here when the fix will be there.

NobodyXu commented 1 month ago

Reverted in #1157 would cut a new release shortly

frederikhors commented 1 month ago

Thank you very much!