Skip to content

Commit

Permalink
yes
Browse files Browse the repository at this point in the history
  • Loading branch information
YiraSan committed Jan 3, 2025
1 parent bc06458 commit a895fc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kernel/build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ pub fn build(b: *std.Build) void {
switch (target.result.cpu.arch) {
.aarch64 => {
kernel.addAssemblyFile(b.path("src/arch/aarch64/vector_table.s"));
}
},
else => {}
}

const build_options = b.addOptions();
Expand Down

0 comments on commit a895fc7

Please sign in to comment.