gpu-dawn: correct binary target triple we download

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-02-27 14:59:12 -07:00
parent 4ba7172626
commit 1de670ef9a

View file

@ -212,7 +212,7 @@ pub fn linkFromBinary(b: *Builder, step: *std.build.LibExeObjStep, options: Opti
.max = min_available, .max = min_available,
}, },
}; };
zig_triple = target.zigTriple(b.allocator) catch unreachable; zig_triple = binary_target.zigTriple(b.allocator) catch unreachable;
break :blk true; break :blk true;
}, },
else => false, else => false,