authorgravatar for kubkon@jakubkonka.comJakub Konka <kubkon@jakubkonka.com> 2020-11-02 18:56:08+01:00
committergravatar for noreply@github.comGitHub <noreply@github.com> 2020-11-02 18:56:08+01:00
logf42ebd1b0a1394129e42847a694e2e55d17d4ca9
tree2bab222594d288c3afccb59c96538c8b78bcef1f
parent7f5c96378d0fa91265aef7a2d5c33c7953c23b5b
signaturebadge-question-mark Signed by PGP key 4AEE18F83AFDEB23

Update src/Compilation.zig

Co-authored-by: Andrew Kelley <andrew@ziglang.org>

1 files changed, 1 insertions(+), 1 deletions(-)

src/Compilation.zig+1-1
...@@ -472,7 +472,7 @@ pub fn create(gpa: *Allocator, options: InitOptions) !*Compilation {...@@ -472,7 +472,7 @@ pub fn create(gpa: *Allocator, options: InitOptions) !*Compilation {
472 break :blk false;472 break :blk false;
473 };473 };
474474
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 const syslibroot_path = try std.zig.system.getSDKPath(arena);476 const syslibroot_path = try std.zig.system.getSDKPath(arena);
477 break :blk syslibroot_path;477 break :blk syslibroot_path;
478 } else null;478 } else null;