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.84k stars 442 forks source link

allow setting `nvcc` program via `CUDACXX` #997

Open MarcusDunn opened 7 months ago

MarcusDunn commented 7 months ago

Don't know how the tests works (pointers welcome if you'd like a test).

How the other's (CC and CXX) get initialized seems very complex to support stuff like ccache cc. This is about as simple as could be.

Resolves #995