| ... | @@ -4590,8 +4590,7 @@ static Buf *get_posix_libc_include_path(void) { | ... | @@ -4590,8 +4590,7 @@ static Buf *get_posix_libc_include_path(void) { |
| 4590 | void find_libc_include_path(CodeGen *g) { | 4590 | void find_libc_include_path(CodeGen *g) { |
| 4591 | if (g->libc_include_dir == nullptr) { | 4591 | if (g->libc_include_dir == nullptr) { |
| 4592 | if (!g->is_native_target) { | 4592 | if (!g->is_native_target) { |
| 4593 | fprintf(stderr, "Unable to determine libc include path. --libc-include-dir"); | 4593 | return; |
| 4594 | exit(1); | | |
| 4595 | } | 4594 | } |
| 4596 | | 4595 | |
| 4597 | if (g->zig_target.os == OsWindows) { | 4596 | if (g->zig_target.os == OsWindows) { |