Getting the zig compiler path in build.zig

Is it possible to get the zig compiler path in the build.zig script, like how you can query the RUSTC env variable in a build.rs script.
That would be useful in passing the zig cc and zig c++ paths to a CMake script invoked during the build.

b.zig_exe