aboutsummaryrefslogtreecommitdiff
path: root/platform/iphone/detect.py
diff options
context:
space:
mode:
authorJuan Linietsky2014-04-10 00:18:27 -0300
committerJuan Linietsky2014-04-10 00:18:27 -0300
commit7ea3e8267afaf626256c84a9a3dc61e2954fc6a2 (patch)
tree0aa7588918b814d1781fc94e8b518c7095a0bab7 /platform/iphone/detect.py
parentb4969373b3475799d6b24cdffeda4659c37f0b8a (diff)
downloadgodot-7ea3e8267afaf626256c84a9a3dc61e2954fc6a2.tar.gz
godot-7ea3e8267afaf626256c84a9a3dc61e2954fc6a2.tar.zst
godot-7ea3e8267afaf626256c84a9a3dc61e2954fc6a2.zip
Diffstat (limited to 'platform/iphone/detect.py')
-rw-r--r--platform/iphone/detect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/iphone/detect.py b/platform/iphone/detect.py
index 4b95ef2be..566249099 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',
])