build: fix Ghostty-iOS compiling

This commit is contained in:
Lars
2025-10-14 09:15:23 +02:00
committed by Mitchell Hashimoto
parent 4f667520fa
commit a94a6e4b36

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,