mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-23 07:45:20 +00:00
update to latest Zig nightly
This commit is contained in:
@@ -145,6 +145,9 @@ pub fn buildFontconfig(
|
||||
// https://gitlab.freedesktop.org/fontconfig/fontconfig/-/merge_requests/231
|
||||
"-fno-sanitize=undefined",
|
||||
"-fno-sanitize-trap=undefined",
|
||||
|
||||
"-Wno-int-conversion",
|
||||
"-Wno-implicit-function-declaration",
|
||||
});
|
||||
const arch = target.cpu_arch orelse builtin.cpu.arch;
|
||||
switch (arch.ptrBitWidth()) {
|
||||
|
||||
Reference in New Issue
Block a user