gamemode: fix package path

This commit is contained in:
Ali Chraghi 2023-01-10 17:37:36 +04:00 committed by Stephen Gutekanst
parent 1d7cd4be80
commit 9675bd662e

View file

@ -2,7 +2,7 @@ const std = @import("std");
pub const pkg = std.build.Pkg{
.name = "gamemode",
.source = .{ .path = sdkPath("/gamemode.zig") },
.source = .{ .path = sdkPath("/src/main.zig") },
};
pub fn link(step: *std.build.LibExeObjStep) void {