why the fuck did i fork cc-rs? (make us cargo-install-able) #49
Labels
bug
Something isn't working
help wanted
Extra attention is needed
question
Further information is requested
abi-cafe/Cargo.toml
Line 58 in 42d906a
I'm guessing this was because cc-rs at the time expected to only be run from build.rs, where it should spew a million special directives to stdout, and it was a mess. Especially because I wanted stdout clean.
We use cc-rs because it abstracts away the details of running cc or a specific compiler toolchain on any platform, which is not code I personally want to write.
It would be ideal for this to not be forked so abi-cafe could actually be published on crates.io...
The text was updated successfully, but these errors were encountered: