[build][Zig] Fix web examples building all the time (#6006)

This commit is contained in:
Jairo Correa
2026-07-23 04:38:45 -03:00
committed by GitHub
parent aa4cf20eae
commit 7d4f5f79e7

View File

@@ -719,7 +719,6 @@ fn addExamples(
.shell_file_path = b.path("src/shell.html"),
.install_dir = install_dir,
});
b.getInstallStep().dependOn(emcc_step);
const html_filename = try std.fmt.allocPrint(b.allocator, "{s}.html", .{wasm.name});
const emrun_step = emsdk.emrunStep(