We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e9aaa1 commit 4c9cf58Copy full SHA for 4c9cf58
1 file changed
build_zig_app_shared.zig
@@ -8,7 +8,6 @@ pub fn build(b: *std.Build, target: std.Build.ResolvedTarget, optimize: std.buil
8
.optimize = optimize,
9
});
10
11
- // exe.addObjectFile(b.path("zig-out/bin/zmath-shared.dll"));
12
exe.addObjectFile(b.path("zig-out/lib/zmath-shared.lib"));
13
14
return exe;
0 commit comments