gamemode: addIncludeDir -> addIncludePath (#569)

This commit is contained in:
LeRoyce Pearson 2022-09-26 20:57:46 -06:00 committed by GitHub
parent 2af8d5025b
commit a8d8fedf95
Failed to generate hash of commit

View file

@ -6,7 +6,7 @@ pub const pkg = std.build.Pkg{
};
pub fn link(step: *std.build.LibExeObjStep) void {
step.addIncludeDir(comptime thisDir() ++ "/upstream/include");
step.addIncludePath(comptime thisDir() ++ "/upstream/include");
}
fn thisDir() []const u8 {