From 3c8f827322c7b2d0785639e9219703a3bdaa01a3 Mon Sep 17 00:00:00 2001 From: Squamto <25984337+Squamto@users.noreply.github.com> Date: Thu, 20 Jun 2024 21:01:31 +0200 Subject: [PATCH] update to 0.14.0-dev.91+a154d8da8 --- src/build_integration.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build_integration.zig b/src/build_integration.zig index b04c246..35f5bb4 100644 --- a/src/build_integration.zig +++ b/src/build_integration.zig @@ -211,7 +211,7 @@ pub const ShaderCompileStep = struct { try cmd.appendSlice(shader.options.args); try cmd.appendSlice(&.{ shader.source_path, self.output_flag, shader_out_path }); - try step.evalChildProcess(cmd.items); + _ = try step.evalChildProcess(cmd.items); } // Generate a file name for the shaders zig source based on the contents of shaders_file_contents.