mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-25 14:16:08 +00:00
fix: enable boo on FreeBSD
This commit is contained in:
@@ -176,7 +176,7 @@ const Boo = struct {
|
||||
pub fn run(gpa: Allocator) !u8 {
|
||||
// Disable on non-desktop systems.
|
||||
switch (builtin.os.tag) {
|
||||
.windows, .macos, .linux => {},
|
||||
.windows, .macos, .linux, .freebsd => {},
|
||||
else => return 1,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user