Fix build.zig building examples all the time

This commit is contained in:
Jairo Correa 2026-05-14 21:47:05 -03:00
parent 5ca45bce37
commit acde3a8902

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 }) });