mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
don't error when gtk4 could not be found via pkg-config
This commit is contained in:
@ -143,7 +143,7 @@ pub fn build(b: *std.Build) !void {
|
|||||||
break :x11 false;
|
break :x11 false;
|
||||||
}
|
}
|
||||||
std.log.warn("pkg-config: {s} with code {d}", .{ @tagName(term), code });
|
std.log.warn("pkg-config: {s} with code {d}", .{ @tagName(term), code });
|
||||||
return error.Unexpected;
|
break :x11 false;
|
||||||
},
|
},
|
||||||
inline else => |code| {
|
inline else => |code| {
|
||||||
std.log.warn("pkg-config: {s} with code {d}", .{ @tagName(term), code });
|
std.log.warn("pkg-config: {s} with code {d}", .{ @tagName(term), code });
|
||||||
|
Reference in New Issue
Block a user