diff --git a/src/main.zig b/src/main.zig index 35610542a8fe454bb8ee41560aebd5f8cb63f701..691e1da54c50f51e6b28cef7da5cf187fd3f18a9 100644 --- a/src/main.zig +++ b/src/main.zig @@ -2613,7 +2613,7 @@ fn buildOutputType( } }, .yes_a_out => Compilation.EmitLoc{ - .directory = null, + .directory = .{ .path = null, .handle = fs.cwd() }, .basename = a_out_basename, }, };