From 7d4f5f79e70dacb638d2518518bd312ccc86ce73 Mon Sep 17 00:00:00 2001 From: Jairo Correa Date: Thu, 23 Jul 2026 04:38:45 -0300 Subject: [PATCH] [build][Zig] Fix web examples building all the time (#6006) --- build.zig | 1 - 1 file changed, 1 deletion(-) diff --git a/build.zig b/build.zig index 8d8b2d353..00caf0e70 100644 --- a/build.zig +++ b/build.zig @@ -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(