gpu-dawn: correct binary target triple we download
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
4ba7172626
commit
1de670ef9a
1 changed files with 1 additions and 1 deletions
|
|
@ -212,7 +212,7 @@ pub fn linkFromBinary(b: *Builder, step: *std.build.LibExeObjStep, options: Opti
|
|||
.max = min_available,
|
||||
},
|
||||
};
|
||||
zig_triple = target.zigTriple(b.allocator) catch unreachable;
|
||||
zig_triple = binary_target.zigTriple(b.allocator) catch unreachable;
|
||||
break :blk true;
|
||||
},
|
||||
else => false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue