How can you tell bazel to use a different C++ compiler on OS X?
bazel build --action_env CC=/path/to/compiler //:target
works on linux.
But -s
shows that bazel always runs with external/local_config_cc/wrapped_clang
(clang) on OSX regardless of what CC
is.