Skip to content

Commit

Permalink
load_dynamic_library test: no need to link libc
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrk committed Jun 16, 2018
1 parent 65d04cb commit c529b81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/standalone/load_dynamic_library/build.zig
Expand Up @@ -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);
Expand Down

0 comments on commit c529b81

Please sign in to comment.