Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed unnecessary compiler selection in
build.rs
It shouldn't matter what the C compiler that the `cc` crate uses. So, I removed this function call such that we don't see cargo build failure in an environment such as our Docker image, where `clang` is not in the path.
- Loading branch information