gamemode: WIP building gamemode from source

This commit is contained in:
PiergiorgioZagaria 2022-07-27 10:24:53 +02:00 committed by Stephen Gutekanst
parent 613f03ef13
commit d256d071e0
3 changed files with 36 additions and 7 deletions

View file

@ -230,8 +230,9 @@ pub const App = struct {
if (target.os.tag == .linux) {
exe.addPackage(gamemode.pkg);
// TODO: choose between system lib vs buildlib?
gamemode.link(exe);
// gamemode.buildAndLink(b, exe);
gamemode.linkFromSystem(exe);
// gamemode.linkFromSource(b, exe, .{});
// gamemode.linkFromBinary(exe);
}
break :blk exe;