update to 0.14.0-dev.91+a154d8da8

This commit is contained in:
Squamto
2024-06-20 21:01:31 +02:00
parent f637a0d252
commit 3c8f827322

View File

@@ -211,7 +211,7 @@ pub const ShaderCompileStep = struct {
try cmd.appendSlice(shader.options.args); try cmd.appendSlice(shader.options.args);
try cmd.appendSlice(&.{ shader.source_path, self.output_flag, shader_out_path }); 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. // Generate a file name for the shaders zig source based on the contents of shaders_file_contents.