gamemode: fix package path
This commit is contained in:
parent
1d7cd4be80
commit
9675bd662e
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ const std = @import("std");
|
||||||
|
|
||||||
pub const pkg = std.build.Pkg{
|
pub const pkg = std.build.Pkg{
|
||||||
.name = "gamemode",
|
.name = "gamemode",
|
||||||
.source = .{ .path = sdkPath("/gamemode.zig") },
|
.source = .{ .path = sdkPath("/src/main.zig") },
|
||||||
};
|
};
|
||||||
|
|
||||||
pub fn link(step: *std.build.LibExeObjStep) void {
|
pub fn link(step: *std.build.LibExeObjStep) void {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue