aboutsummaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig2
1 files changed, 0 insertions, 2 deletions
diff --git a/build.zig b/build.zig
index be894d5..a7a9ee2 100644
--- a/build.zig
+++ b/build.zig
@@ -46,8 +46,6 @@ pub fn build(b: *Build) !void {
kernel_step.dependOn(&kernel.step);
const iso_dir = b.fmt("{?s}/iso_root", .{b.cache_root.path});
- // const kernel_path = b.install_path ++ "/" ++ kernel.out_filename;
- // const kernel_path = b.getInstallPath(kernel.install_step.?.dest_dir, kernel.out_filename);
const kernel_path = try fs.path.join(b.allocator, &[_][]const u8{ b.install_path, "bin", kernel.out_filename });
const iso_path = b.fmt("{s}/disk.iso", .{b.exe_dir});