]> git.nega.tv - josh/narcissus/commitdiff
shark-shaders: Use old name for glslang
authorJoshua Simmons <josh@nega.tv>
Sun, 28 Apr 2024 15:24:48 +0000 (17:24 +0200)
committerJoshua Simmons <josh@nega.tv>
Sun, 28 Apr 2024 15:24:48 +0000 (17:24 +0200)
Ubuntu image used by CI is old and doesn't have the command under the
new name. So just use `glslangValidator` instead.

title/shark-shaders/build.rs

index c543f805ede1d1e10ceadd89df59e1e7b9056126..43db457d06e395b710608120c88895fabe2858c9 100644 (file)
@@ -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([