summaryrefslogtreecommitdiff
path: root/platform/isim/detect.py
diff options
context:
space:
mode:
Diffstat (limited to 'platform/isim/detect.py')
-rw-r--r--platform/isim/detect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/isim/detect.py b/platform/isim/detect.py
index 196d269deb..c89ca81167 100644
--- a/platform/isim/detect.py
+++ b/platform/isim/detect.py
@@ -38,7 +38,6 @@ def get_flags():
('tools', 'yes'),
('nedmalloc', 'no'),
('webp', 'yes'),
- ('module_FacebookScorer_ios_enabled', 'no'),
]
@@ -74,6 +73,7 @@ def configure(env):
'-framework', 'OpenGLES',
'-framework', 'QuartzCore',
'-framework', 'AudioToolbox',
+ '-framework', 'MediaPlayer',
'-F$ISIMSDK',
])