mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-07-29 20:07:55 +00:00
build: use Zig system packaging options
This allows dynamically linking against system libraries, which is particularly useful for packaging.
This commit is contained in:
@@ -20,7 +20,6 @@ const WasmTarget = @import("os/wasm/target.zig").Target;
|
||||
/// build types, etc.
|
||||
pub const BuildConfig = struct {
|
||||
version: std.SemanticVersion = .{ .major = 0, .minor = 0, .patch = 0 },
|
||||
static: bool = false,
|
||||
flatpak: bool = false,
|
||||
libadwaita: bool = false,
|
||||
app_runtime: apprt.Runtime = .none,
|
||||
|
||||
Reference in New Issue
Block a user