diff options
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ pub fn build(b: *Build) !void { b.installArtifact(kernel); const kernel_step = b.step("kernel", "Build the kernel"); - //kernel_step.dependOn(&kernel.install_step.?.step); + 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; |
