| ... | @@ -6337,7 +6337,8 @@ static void define_builtin_compile_vars(CodeGen *g) { | ... | @@ -6337,7 +6337,8 @@ static void define_builtin_compile_vars(CodeGen *g) { |
| 6337 | int err; | 6337 | int err; |
| 6338 | Buf *abs_full_path = buf_alloc(); | 6338 | Buf *abs_full_path = buf_alloc(); |
| 6339 | if ((err = os_path_real(builtin_zig_path, abs_full_path))) { | 6339 | if ((err = os_path_real(builtin_zig_path, abs_full_path))) { |
| 6340 | zig_panic("unable to open '%s': %s", buf_ptr(builtin_zig_path), err_str(err)); | 6340 | fprintf(stderr, "unable to open '%s': %s", buf_ptr(builtin_zig_path), err_str(err)); |
| | 6341 | exit(1); |
| 6341 | } | 6342 | } |
| 6342 | | 6343 | |
| 6343 | assert(g->root_package); | 6344 | assert(g->root_package); |