Skip to content

Commit dad1620

Browse files
committed
fixing build cts
1 parent 20113d2 commit dad1620

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ fn addMultithreadedCTS(b: *std.Build, target: std.Build.ResolvedTarget, impl: *c
243243
run.addArg("run");
244244
run.addArg("--deqp");
245245
if (std.process.getEnvVarOwned(b.allocator, "ZIG_GLOBAL_CACHE_DIR")) |cache_path| {
246-
run.addArg(b.fmt("{s}/{s}", .{ cache_path, cts_exe_path }));
246+
run.addArg(b.fmt("{s}/../{s}", .{ cache_path, cts_exe_path }));
247247
} else |err| switch (err) {
248248
error.EnvironmentVariableNotFound => {
249249
run.addArg(cts_exe_path);

0 commit comments

Comments
 (0)