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

Fix cyclic compilation: Use vendored once_cell #1154

Closed NobodyXu closed 1 month ago

NobodyXu commented 1 month ago

Fix #1146

thomcc commented 1 month ago

I'm requested as a reviewer, but I'll leave my review to @workingjubilee, feel free to land when she's satisfied.