diff options
Diffstat (limited to 'platform/iphone/detect.py')
-rw-r--r-- | platform/iphone/detect.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/iphone/detect.py b/platform/iphone/detect.py index ed935839d8..61ec87ccc1 100644 --- a/platform/iphone/detect.py +++ b/platform/iphone/detect.py @@ -82,7 +82,8 @@ def configure(env): '-framework', 'AudioToolbox', '-framework', 'SystemConfiguration', '-framework', 'Security', - '-framework', 'AdSupport', + #'-framework', 'AdSupport', + '-framework', 'MediaPlayer', ]) if env['game_center'] == 'yes': |