mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-14 03:25:50 +00:00
build: fix Ghostty-iOS compiling
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user