build: fix gamemode package path
This commit is contained in:
parent
b9e00fdbb6
commit
5cf7569767
1 changed files with 1 additions and 1 deletions
|
|
@ -245,7 +245,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", (comptime thisDir()) ++ "/gamemode/gamemode.zig");
|
exe.addPackagePath("gamemode", (comptime thisDir()) ++ "/libs/gamemode/gamemode.zig");
|
||||||
}
|
}
|
||||||
|
|
||||||
break :blk exe;
|
break :blk exe;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue