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