summaryrefslogtreecommitdiff
path: root/platform/iphone/detect.py
diff options
context:
space:
mode:
Diffstat (limited to 'platform/iphone/detect.py')
-rw-r--r--platform/iphone/detect.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/iphone/detect.py b/platform/iphone/detect.py
index ed935839d8..4b95ef2bea 100644
--- a/platform/iphone/detect.py
+++ b/platform/iphone/detect.py
@@ -37,7 +37,6 @@ def get_flags():
('tools', 'yes'),
('nedmalloc', 'no'),
('webp', 'yes'),
- ('module_FacebookScorer_ios_enabled', 'no'),
]
@@ -82,7 +81,8 @@ def configure(env):
'-framework', 'AudioToolbox',
'-framework', 'SystemConfiguration',
'-framework', 'Security',
- '-framework', 'AdSupport',
+ #'-framework', 'AdSupport',
+ '-framework', 'MediaPlayer',
])
if env['game_center'] == 'yes':