Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cuda: pull in libdir when linking C/C++
* In `CudaDependency._detect_language`, the first detected language is considered the linking one. Since `nvcc`/`cuda` implicitly know where the cuda dependency lives, this leads to situations where `cpp` as linking language is erroneously detected as `cuda` and then misses the `-L` argument.
- Loading branch information