Fix build.zig building examples all the time (#5869)

This commit is contained in:
Jairo Correa
2026-05-15 12:39:27 -03:00
committed by GitHub
parent 5ca45bce37
commit 6c090f6193

View File

@@ -739,7 +739,6 @@ fn addExamples(
.root_module = exe_mod,
.use_lld = target.result.os.tag == .windows,
});
b.installArtifact(exe);
const install_cmd = b.addInstallArtifact(exe, .{ .dest_sub_path = b.fmt("{s}/{s}", .{ module, filename }) });