fixing windows build
Test / build_and_test (push) Successful in 29s
Build / build (push) Successful in 40s

This commit is contained in:
2026-06-05 20:40:43 +02:00
parent 90b93a69e0
commit b1279bde60
2 changed files with 22 additions and 10 deletions
+2
View File
@@ -211,6 +211,7 @@ fn addCTS(b: *std.Build, target: std.Build.ResolvedTarget, impl: *const Implemen
const cts_exe_name = cts.path(b.fmt("deqp-vk-{s}", .{
switch (if (target.query.os_tag) |tag| tag else builtin.target.os.tag) {
.linux => "linux.x86_64",
.windows => "windows.exe",
else => unreachable,
},
}));
@@ -287,6 +288,7 @@ fn addMultithreadedCTS(b: *std.Build, target: std.Build.ResolvedTarget, impl: *c
const cts_exe_name = cts.path(b.fmt("deqp-vk-{s}", .{
switch (if (target.query.os_tag) |tag| tag else builtin.target.os.tag) {
.linux => "linux.x86_64",
.windows => "windows.exe",
else => unreachable,
},
}));