From b1ffc2b8b353f64362c27df2ecc44436db234a29 Mon Sep 17 00:00:00 2001 From: Jakub Konka Date: Mon, 15 Jan 2024 00:18:50 +0100 Subject: [PATCH] test/link/elf: patch up relocatable test --- test/link/elf.zig | 1 + 1 file changed, 1 insertion(+) diff --git a/test/link/elf.zig b/test/link/elf.zig index 8c22d0ad7f..0d76a5b64b 100644 --- a/test/link/elf.zig +++ b/test/link/elf.zig @@ -705,6 +705,7 @@ fn testEmitRelocatable(b: *Build, opts: Options) *Step { \\ std.debug.print("foo={d}\n", .{foo()}); \\} }); + a_o.linkLibC(); const b_o = addObject(b, opts, .{ .name = "b", .c_source_bytes = \\#include