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 linking with llvm-lib #1027

Closed NobodyXu closed 4 months ago

NobodyXu commented 4 months ago

Fix #1026

russelltg commented 4 months ago

This makes sense--i didn't consider the use of llvm-lib. Maybe I should be using that in my projects instead..... 🤷‍♀️