Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
On MacOS, `setuptools` doesn't properly use the `language="c++"` argument we pass. The right thing would be to pass down `-x c++` to the compiler, before specifying the source files. This nasty workaround overrides the `CC` environment variable with the `CXX` variable.
- Loading branch information