commit b1ffc2b8b353f64362c27df2ecc44436db234a29 (tree)
parent a8b9f0cf2268e0be9551a7d14f76e5e4f1b79527
Author: Jakub Konka <kubkon@jakubkonka.com>
Date: Mon, 15 Jan 2024 00:18:50 +0100
test/link/elf: patch up relocatable test
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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 <stdio.h>