Merge pull request #144 from Squamto/master

update to 0.14.0-dev.91+a154d8da8
This commit is contained in:
Robin Voetter
2024-06-20 23:28:54 +02:00
committed by GitHub

View File

@@ -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.