gamemode: Fix gamemode package path in build.zig
This commit is contained in:
parent
0b187c44db
commit
00ef0a639e
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@ pub const App = struct {
|
||||||
exe.addPackage(glfw.pkg);
|
exe.addPackage(glfw.pkg);
|
||||||
|
|
||||||
if (target.os.tag == .linux) {
|
if (target.os.tag == .linux) {
|
||||||
exe.addPackagePath("gamemode", "gamemode/gamemode.zig");
|
exe.addPackagePath("gamemode", thisDir() ++ "/gamemode/gamemode.zig");
|
||||||
}
|
}
|
||||||
|
|
||||||
break :blk exe;
|
break :blk exe;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue