mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
Fix option name passed to fontconfig dep
This commit is contained in:

committed by
GitHub

parent
3936b471a8
commit
00c24e4ae6
@ -625,7 +625,7 @@ fn addDeps(
|
||||
const fontconfig_dep = b.dependency("fontconfig", .{
|
||||
.target = step.target,
|
||||
.optimize = step.optimize,
|
||||
.iconv_win_enabled = iconv_win_enabled,
|
||||
.@"enable-iconv-win" = iconv_win_enabled,
|
||||
});
|
||||
const freetype_dep = b.dependency("freetype", .{
|
||||
.target = step.target,
|
||||
|
Reference in New Issue
Block a user