| ... | @@ -325,7 +325,7 @@ static Error zig_libc_find_native_include_dir_posix(ZigLibCInstallation *self, b | ... | @@ -325,7 +325,7 @@ static Error zig_libc_find_native_include_dir_posix(ZigLibCInstallation *self, b |
| 325 | } | 325 | } |
| 326 | return ErrorFileNotFound; | 326 | return ErrorFileNotFound; |
| 327 | } | 327 | } |
| 328 | #if !defined(ZIG_OS_DARWIN) | 328 | #if !defined(ZIG_OS_DARWIN) && !defined(ZIG_OS_FREEBSD) && !defined(ZIG_OS_NETBSD) |
| 329 | static Error zig_libc_cc_print_file_name(const char *o_file, Buf *out, bool want_dirname, bool verbose) { | 329 | static Error zig_libc_cc_print_file_name(const char *o_file, Buf *out, bool want_dirname, bool verbose) { |
| 330 | const char *cc_exe = getenv("CC"); | 330 | const char *cc_exe = getenv("CC"); |
| 331 | cc_exe = (cc_exe == nullptr) ? "cc" : cc_exe; | 331 | cc_exe = (cc_exe == nullptr) ? "cc" : cc_exe; |