fn makeTempPath(b: *Build) []const u8
This function is intended to be called in the configure phase only. It returns an absolute directory path, which is potentially going to be a source of API breakage in the future, so keep that in mind when using this function.
configure
b: *Build,