mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 07:46:12 +03:00
Clean pkg/fontconfig/build.zig
This commit is contained in:
@ -88,7 +88,7 @@ pub fn build(b: *std.Build) !void {
|
|||||||
"-fno-sanitize=undefined",
|
"-fno-sanitize=undefined",
|
||||||
"-fno-sanitize-trap=undefined",
|
"-fno-sanitize-trap=undefined",
|
||||||
});
|
});
|
||||||
// const target_info = try NativeTargetInfo.detect(target);
|
|
||||||
switch (target.result.ptrBitWidth()) {
|
switch (target.result.ptrBitWidth()) {
|
||||||
32 => try flags.appendSlice(&.{
|
32 => try flags.appendSlice(&.{
|
||||||
"-DSIZEOF_VOID_P=4",
|
"-DSIZEOF_VOID_P=4",
|
||||||
|
Reference in New Issue
Block a user