mirror of
https://github.com/ziglang/zig.git
synced 2025-12-26 16:13:07 +00:00
libc: add support for arm64 msvc installation
This commit is contained in:
parent
480c3c4d0a
commit
3465203824
@ -411,6 +411,7 @@ pub const LibCInstallation = struct {
|
||||
.i386 => "x86",
|
||||
.x86_64 => "x64",
|
||||
.arm, .armeb => "arm",
|
||||
.aarch64 => "arm64",
|
||||
else => return error.UnsupportedArchitecture,
|
||||
};
|
||||
|
||||
@ -474,6 +475,7 @@ pub const LibCInstallation = struct {
|
||||
.i386 => "x86",
|
||||
.x86_64 => "x64",
|
||||
.arm, .armeb => "arm",
|
||||
.aarch64 => "arm64",
|
||||
else => return error.UnsupportedArchitecture,
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user