From: Joshua Simmons Date: Sun, 28 Apr 2024 15:24:48 +0000 (+0200) Subject: shark-shaders: Use old name for glslang X-Git-Url: https://git.nega.tv//gitweb.cgi?a=commitdiff_plain;h=d10c33c9e4cef2b00a779f9baca20b552993f44a;p=josh%2Fnarcissus shark-shaders: Use old name for glslang Ubuntu image used by CI is old and doesn't have the command under the new name. So just use `glslangValidator` instead. --- diff --git a/title/shark-shaders/build.rs b/title/shark-shaders/build.rs index c543f80..43db457 100644 --- a/title/shark-shaders/build.rs +++ b/title/shark-shaders/build.rs @@ -51,7 +51,7 @@ fn main() { }; let commands = SHADERS.map(|shader| { - Command::new("glslang") + Command::new("glslangValidator") .args(["--target-env", "vulkan1.3"]) .arg(&format!("-g{debug}")) .args([