summaryrefslogtreecommitdiff
path: root/build/gyp_base.mozbuild
diff options
context:
space:
mode:
authorBrian Smith <brian@dbsoft.org>2022-06-09 14:35:28 -0500
committerBrian Smith <brian@dbsoft.org>2022-06-09 14:35:28 -0500
commit357463d9d7538c4dfdd525f2987c0d551f0c5e54 (patch)
treecc3f731b6952c0ebba7849841f8267940c2deea6 /build/gyp_base.mozbuild
parente5152994778001456874f0341fe2abc0f8b16dc3 (diff)
downloaduxp-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.mozbuild2
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',