mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-09 11:26:41 +00:00
zig 0.15: build on macOS
This commit is contained in:
@@ -28,7 +28,9 @@ pub fn initStatic(
|
|||||||
.omit_frame_pointer = deps.config.strip,
|
.omit_frame_pointer = deps.config.strip,
|
||||||
.unwind_tables = if (deps.config.strip) .none else .sync,
|
.unwind_tables = if (deps.config.strip) .none else .sync,
|
||||||
}),
|
}),
|
||||||
.linkage = .static,
|
|
||||||
|
// Fails on self-hosted x86_64 on macOS
|
||||||
|
.use_llvm = true,
|
||||||
});
|
});
|
||||||
lib.linkLibC();
|
lib.linkLibC();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user