fixed a typo oops

This commit is contained in:
IonutParau 2025-05-22 17:21:03 +02:00
parent e22155b8b2
commit 934a59d2aa

View File

@ -53,7 +53,7 @@ pub fn build(b: *std.Build) void {
sharedStep.dependOn(install); sharedStep.dependOn(install);
const emulator = b.addExecutable(.{ const emulator = b.addExecutable(.{
.name = "neunucleus", .name = "neonucleus",
.target = target, .target = target,
.optimize = optimize, .optimize = optimize,
}); });