rust-lang / crates-build-env

Build environment for third-party Rust crates
MIT License
71 stars 92 forks source link

Add packages necessary for lldb-sys to compile. #80

Closed waywardmonkeys closed 3 years ago

waywardmonkeys commented 3 years ago

This is necessary for lldb-sys to compile (and subsequently, lldb).

jyn514 commented 3 years ago

It looks like lldb-sys compiles fine? https://docs.rs/lldb-sys has documentation.

jyn514 commented 3 years ago

Hi @waywardmonkeys, are you still running into issues with this? I'm unclear what problem it's trying to solve.

waywardmonkeys commented 3 years ago

Thanks for following up. I ended up addressing this and for transitive crates in a better way! This isn't needed.