gpu-dawn: use linux-x86_64 binary releases
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
0a8d94452f
commit
601a5a4635
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ pub fn linkFromBinary(b: *Builder, step: *std.build.LibExeObjStep, options: Opti
|
|||
const triple = blk: {
|
||||
if (target.cpu.arch.isX86()) switch (target.os.tag) {
|
||||
.windows => return linkFromSource(b, step, options), // break :blk "windows-x86_64",
|
||||
.linux => return linkFromSource(b, step, options), // break :blk "linux-x86_64",
|
||||
.linux => break :blk "linux-x86_64",
|
||||
.macos => break :blk "macos-x86_64",
|
||||
else => return linkFromSource(b, step, options),
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue