added spirv-tools build script

This commit is contained in:
sinnwrig 2024-05-28 14:29:13 -07:00
parent 46bc477f4b
commit 48adc7a80d
6 changed files with 306 additions and 805 deletions

View file

@ -280,7 +280,7 @@ pub fn build(b: *Build) !void {
if (build_shared) buildShared(b, lib, optimize, target);
break :blk .{ .lib = lib, .lib_path = null };
}
};
};
if (skip_executables)