Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Velickovic <[email protected]>
  • Loading branch information
Ivan-Velickovic committed Aug 7, 2024
1 parent 4db1568 commit 94491b1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,9 @@ pub fn build(b: *std.Build) void {

break :blk &(src_aarch64 ++ vgic_src);
},
else => &[_][]const u8 {},
// else => {
// std.log.err("Unsupported libvmm architecture given '{s}'", .{ @tagName(target.result.cpu.arch) });
// std.posix.exit(1);
// }
else => {
@panic(b.fmt("Unsupported libvmm architecture given '{s}'", .{ @tagName(target.result.cpu.arch) }));
}
};

const libvmm_flags = &.{
Expand Down

0 comments on commit 94491b1

Please sign in to comment.