| ... | ... | @@ -347,8 +347,11 @@ int main(int argc, char **argv) { |
| 347 | 347 | |
| 348 | 348 | Buf *zig_lib_dir_buf = resolve_zig_lib_dir(zig_install_prefix); |
| 349 | 349 | |
| 350 | Buf *zig_std_dir = buf_alloc(); |
| 351 | os_path_join(zig_lib_dir_buf, buf_create_from_str("std"), zig_std_dir); |
| 352 | |
| 350 | 353 | Buf *special_dir = buf_alloc(); |
| 351 | | os_path_join(zig_lib_dir_buf, buf_sprintf("special"), special_dir); |
| 354 | os_path_join(zig_std_dir, buf_sprintf("special"), special_dir); |
| 352 | 355 | |
| 353 | 356 | Buf *build_runner_path = buf_alloc(); |
| 354 | 357 | os_path_join(special_dir, buf_create_from_str("build_runner.zig"), build_runner_path); |