diff options
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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}); |
