diff options
author | Brian Smith <brian@dbsoft.org> | 2022-06-09 14:35:28 -0500 |
---|---|---|
committer | Brian Smith <brian@dbsoft.org> | 2022-06-09 14:35:28 -0500 |
commit | 357463d9d7538c4dfdd525f2987c0d551f0c5e54 (patch) | |
tree | cc3f731b6952c0ebba7849841f8267940c2deea6 /build/gyp_base.mozbuild | |
parent | e5152994778001456874f0341fe2abc0f8b16dc3 (diff) | |
download | uxp-357463d9d7538c4dfdd525f2987c0d551f0c5e54.tar.gz |
Issue #1905 - Part 3c - Remove iOS from the rest of the configure system.
Diffstat (limited to 'build/gyp_base.mozbuild')
-rw-r--r-- | build/gyp_base.mozbuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/gyp_base.mozbuild b/build/gyp_base.mozbuild index a1f8acb099..a97b209a53 100644 --- a/build/gyp_base.mozbuild +++ b/build/gyp_base.mozbuild @@ -16,7 +16,7 @@ if os == 'WINNT': flavors = { 'WINNT': 'win', 'Linux': 'linux', - 'Darwin': 'mac' if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa' else 'ios', + 'Darwin': 'mac', 'SunOS': 'solaris', 'GNU/kFreeBSD': 'freebsd', 'DragonFly': 'dragonfly', |