| ... | ... | @@ -322,11 +322,11 @@ static Error zig_libc_find_native_crt_dir_posix(ZigLibCInstallation *self, bool |
| 322 | 322 | } |
| 323 | 323 | #endif |
| 324 | 324 | |
| 325 | #if defined(ZIG_OS_WINDOWS) |
| 325 | 326 | static Error zig_libc_find_native_static_crt_dir_posix(ZigLibCInstallation *self, bool verbose) { |
| 326 | 327 | return zig_libc_cc_print_file_name("crtbegin.o", &self->static_crt_dir, true, verbose); |
| 327 | 328 | } |
| 328 | 329 | |
| 329 | | #if defined(ZIG_OS_WINDOWS) |
| 330 | 330 | static Error zig_libc_find_native_include_dir_windows(ZigLibCInstallation *self, ZigWindowsSDK *sdk, bool verbose) { |
| 331 | 331 | Error err; |
| 332 | 332 | if ((err = os_get_win32_ucrt_include_path(sdk, &self->include_dir))) { |