mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
freetype-gl doesn't link gl
This commit is contained in:
@ -37,7 +37,6 @@ pub fn link(
|
||||
ret.addIncludeDir(thisDir());
|
||||
|
||||
// Dependencies
|
||||
ret.linkSystemLibrary("gl");
|
||||
const ftstep = try ft.create(b, target, mode, .{});
|
||||
ftstep.addIncludeDirs(ret);
|
||||
|
||||
|
Reference in New Issue
Block a user