Skip to content

Commit

Permalink
more targets
Browse files Browse the repository at this point in the history
  • Loading branch information
kassane authored Sep 28, 2023
1 parent 962c153 commit dff1830
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zigup.zig
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ const fixdeletetree = @import("fixdeletetree.zig");
const arch = switch (builtin.cpu.arch) {
.x86_64 => "x86_64",
.aarch64 => "aarch64",
.arm => "armv7a",
.riscv64 => "riscv64",
.powerpc64le => "powerpc64le",
.powerpc => "powerpc",
else => @compileError("Unsupported CPU Architecture"),
};
const os = switch (builtin.os.tag) {
Expand Down

0 comments on commit dff1830

Please sign in to comment.