build: fix Ghostty-iOS compiling

pull/9185/head
Lars 2025-10-14 09:15:23 +02:00 committed by Mitchell Hashimoto
parent 4f667520fa
commit a94a6e4b36
1 changed files with 2 additions and 0 deletions

View File

@ -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,