From a94a6e4b36b7702a397b9dc47b31bc3bf212937b Mon Sep 17 00:00:00 2001 From: Lars <134181853+bo2themax@users.noreply.github.com> Date: Tue, 14 Oct 2025 09:15:23 +0200 Subject: [PATCH] build: fix Ghostty-iOS compiling --- macos/Sources/Ghostty/Ghostty.App.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/macos/Sources/Ghostty/Ghostty.App.swift b/macos/Sources/Ghostty/Ghostty.App.swift index 06606fae4..8e32b82af 100644 --- a/macos/Sources/Ghostty/Ghostty.App.swift +++ b/macos/Sources/Ghostty/Ghostty.App.swift @@ -2088,9 +2088,11 @@ extension Ghostty.App { if FileManager.default.fileExists(atPath: path) { ghostty_config_load_file(cfg, path) } +#if os(macOS) if !isRunningInXcode() { ghostty_config_load_cli_args(cfg) } +#endif ghostty_config_load_recursive_files(cfg) if finalize { // Finalize will make our defaults available,