| ... | @@ -273,7 +273,7 @@ static Error zig_libc_find_native_include_dir_posix(ZigLibCInstallation *self, b | ... | @@ -273,7 +273,7 @@ static Error zig_libc_find_native_include_dir_posix(ZigLibCInstallation *self, b |
| 273 | return ErrorFileNotFound; | 273 | return ErrorFileNotFound; |
| 274 | } | 274 | } |
| 275 | | 275 | |
| 276 | static Error zig_libc_cc_print_file_name(const char *o_file, Buf *out, bool want_dirname, bool verbose) { | 276 | Error zig_libc_cc_print_file_name(const char *o_file, Buf *out, bool want_dirname, bool verbose) { |
| 277 | const char *cc_exe = getenv("CC"); | 277 | const char *cc_exe = getenv("CC"); |
| 278 | cc_exe = (cc_exe == nullptr) ? CC_EXE : cc_exe; | 278 | cc_exe = (cc_exe == nullptr) ? CC_EXE : cc_exe; |
| 279 | ZigList<const char *> args = {}; | 279 | ZigList<const char *> args = {}; |