added spirv-tools build script
This commit is contained in:
parent
46bc477f4b
commit
48adc7a80d
6 changed files with 306 additions and 805 deletions
1091
External/spirv-tools.zig
vendored
1091
External/spirv-tools.zig
vendored
File diff suppressed because it is too large
Load diff
|
|
@ -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)
|
||||
|
|
|
|||
0
zig-cache/h/916a2c2d22523ac2946045bc514be1a6.txt
Normal file
0
zig-cache/h/916a2c2d22523ac2946045bc514be1a6.txt
Normal file
0
zig-cache/h/timestamp
Normal file
0
zig-cache/h/timestamp
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
pub const packages = struct {};
|
||||
pub const root_deps: []const struct { []const u8, []const u8 } = &.{};
|
||||
BIN
zig-cache/z/0fe4ee79a5f079bb208b60e7e999830b
Normal file
BIN
zig-cache/z/0fe4ee79a5f079bb208b60e7e999830b
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue