build: fix gamemode package path

This commit is contained in:
Ali Chraghi 2022-08-27 12:41:32 +04:30 committed by Stephen Gutekanst
parent b9e00fdbb6
commit 5cf7569767

View file

@ -245,7 +245,7 @@ pub const App = struct {
exe.addPackage(glfw.pkg);
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;