| ... | ... | @@ -472,7 +472,7 @@ pub fn create(gpa: *Allocator, options: InitOptions) !*Compilation { |
| 472 | 472 | break :blk false; |
| 473 | 473 | }; |
| 474 | 474 | |
| 475 | | const syslibroot = if (use_lld and options.is_native_os and options.target.isDarwin()) blk: { |
| 475 | const syslibroot = if (build_options.have_llvm and use_lld and options.is_native_os and options.target.isDarwin()) blk: { |
| 476 | 476 | const syslibroot_path = try std.zig.system.getSDKPath(arena); |
| 477 | 477 | break :blk syslibroot_path; |
| 478 | 478 | } else null; |