mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
test/link/elf: patch up relocatable test
This commit is contained in:
parent
a8b9f0cf22
commit
b1ffc2b8b3
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user