mirror of
https://github.com/ziglang/zig.git
synced 2026-02-15 22:09:49 +00:00
load_dynamic_library test: no need to link libc
This commit is contained in:
parent
65d04cbeb4
commit
c529b814ee
@ -5,7 +5,6 @@ pub fn build(b: *Builder) void {
|
||||
|
||||
const lib = b.addSharedLibrary("add", "add.zig", b.version(1, 0, 0));
|
||||
lib.setBuildMode(opts);
|
||||
lib.linkSystemLibrary("c");
|
||||
|
||||
const main = b.addExecutable("main", "main.zig");
|
||||
main.setBuildMode(opts);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user