diff options
Diffstat (limited to 'src/Compilation.zig')
| -rw-r--r-- | src/Compilation.zig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Compilation.zig b/src/Compilation.zig index 2a2ef3e329..7b7e85d0f7 100644 --- a/src/Compilation.zig +++ b/src/Compilation.zig @@ -6158,6 +6158,7 @@ fn buildOutputFromZig( }, .fully_qualified_name = "root", .inherited = .{ + .resolved_target = comp.root_mod.resolved_target, .strip = comp.compilerRtStrip(), .stack_check = false, .stack_protector = 0, @@ -6269,6 +6270,7 @@ pub fn build_crt_file( }, .fully_qualified_name = "root", .inherited = .{ + .resolved_target = comp.root_mod.resolved_target, .strip = comp.compilerRtStrip(), .stack_check = false, .stack_protector = 0, |
