| ... | ... | @@ -304,9 +304,11 @@ Error zig_libc_cc_print_file_name(const char *o_file, Buf *out, bool want_dirnam |
| 304 | 304 | |
| 305 | 305 | #undef CC_EXE |
| 306 | 306 | |
| 307 | #if defined(ZIG_OS_WINDOWS) || defined(ZIG_OS_LINUX) |
| 307 | 308 | static Error zig_libc_find_native_crt_dir_posix(ZigLibCInstallation *self, bool verbose) { |
| 308 | 309 | return zig_libc_cc_print_file_name("crt1.o", &self->crt_dir, true, verbose); |
| 309 | 310 | } |
| 311 | #endif |
| 310 | 312 | |
| 311 | 313 | #if defined(ZIG_OS_WINDOWS) |
| 312 | 314 | static Error zig_libc_find_native_include_dir_windows(ZigLibCInstallation *self, ZigWindowsSDK *sdk, bool verbose) { |