mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
Update changed build.zig
This commit is contained in:
@ -253,7 +253,7 @@ pub fn build(b: *std.Build) !void {
|
|||||||
|
|
||||||
// Building with LTO on Windows is broken.
|
// Building with LTO on Windows is broken.
|
||||||
// https://github.com/ziglang/zig/issues/15958
|
// https://github.com/ziglang/zig/issues/15958
|
||||||
if (target.isWindows()) exe.want_lto = false;
|
if (target.result.os.tag == .windows) exe.want_lto = false;
|
||||||
|
|
||||||
// If we're installing, we get the install step so we can add
|
// If we're installing, we get the install step so we can add
|
||||||
// additional dependencies to it.
|
// additional dependencies to it.
|
||||||
|
Reference in New Issue
Block a user