Hi everyone
I hope I’m posting in the right category.
I’m trying to build a C++ package on NixOS with clangStdenv (the source code is coming from macOS and it doesn’t seems to compile with GCC). But I’m getting errors because Clang is pulling GCC’s C++ standard library instead of Clang’s one (the project I’m working on is using things like std::powf which are not in GCC’s std).
I’m not sure if it answers your specific question, but it’s worth checking out @mic92’s recent deep dive into C/C++ infrastructure if you’re going to be playing around with it: