Skip to content

Commit 4c9cf58

Browse files
committed
Remove comment
1 parent 2e9aaa1 commit 4c9cf58

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

build_zig_app_shared.zig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ pub fn build(b: *std.Build, target: std.Build.ResolvedTarget, optimize: std.buil
88
.optimize = optimize,
99
});
1010

11-
// exe.addObjectFile(b.path("zig-out/bin/zmath-shared.dll"));
1211
exe.addObjectFile(b.path("zig-out/lib/zmath-shared.lib"));
1312

1413
return exe;

0 commit comments

Comments
 (0)