mirror of
https://github.com/NeoFlock/neonucleus.git
synced 2025-09-24 09:03:32 +02:00
fixed a typo oops
This commit is contained in:
parent
e22155b8b2
commit
934a59d2aa
@ -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,
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user