build: fix Ghostty-iOS compiling
parent
4f667520fa
commit
a94a6e4b36
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue