gamemode: WIP building gamemode from source
This commit is contained in:
parent
613f03ef13
commit
d256d071e0
3 changed files with 36 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue