Skip to content

Commit c529b81

Browse files
committed
load_dynamic_library test: no need to link libc
1 parent 65d04cb commit c529b81

File tree

1 file changed

+0
-1
lines changed
  • test/standalone/load_dynamic_library

1 file changed

+0
-1
lines changed

test/standalone/load_dynamic_library/build.zig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ pub fn build(b: *Builder) void {
55

66
const lib = b.addSharedLibrary("add", "add.zig", b.version(1, 0, 0));
77
lib.setBuildMode(opts);
8-
lib.linkSystemLibrary("c");
98

109
const main = b.addExecutable("main", "main.zig");
1110
main.setBuildMode(opts);

0 commit comments

Comments
 (0)