diff options
Diffstat (limited to 'platform/iphone/detect.py')
-rw-r--r-- | platform/iphone/detect.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/iphone/detect.py b/platform/iphone/detect.py index 4b95ef2bea..566249099a 100644 --- a/platform/iphone/detect.py +++ b/platform/iphone/detect.py @@ -81,7 +81,7 @@ def configure(env): '-framework', 'AudioToolbox', '-framework', 'SystemConfiguration', '-framework', 'Security', - #'-framework', 'AdSupport', + '-framework', 'AdSupport', '-framework', 'MediaPlayer', ]) |