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());
|
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);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user