diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/link/Wasm.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/link/Wasm.zig b/src/link/Wasm.zig index 8e296b2b6a..9af7be87bd 100644 --- a/src/link/Wasm.zig +++ b/src/link/Wasm.zig @@ -698,7 +698,7 @@ fn linkWithLLD(self: *Wasm, comp: *Compilation) !void { if (link_in_crt) { // TODO work out if we want standard crt, a reactor or a command - try argv.append(try comp.get_libc_crt_file(arena, "crt.o.wasm")); + try argv.append(try comp.get_libc_crt_file(arena, "crt.o")); } if (!is_obj and self.base.options.link_libc) { |
