freetype-gl doesn't link gl

This commit is contained in:
Mitchell Hashimoto
2022-04-04 14:39:34 -07:00
parent 0e030dabd7
commit 17be18dead

View File

@ -37,7 +37,6 @@ pub fn link(
ret.addIncludeDir(thisDir()); ret.addIncludeDir(thisDir());
// Dependencies // Dependencies
ret.linkSystemLibrary("gl");
const ftstep = try ft.create(b, target, mode, .{}); const ftstep = try ft.create(b, target, mode, .{});
ftstep.addIncludeDirs(ret); ftstep.addIncludeDirs(ret);