aboutsummaryrefslogtreecommitdiff
path: root/platform/iphone/detect.py
diff options
context:
space:
mode:
authorJuan Linietsky2014-11-26 14:24:13 -0300
committerJuan Linietsky2014-11-26 14:24:13 -0300
commitd70e16f72f2db8c299279fc2903f4308191f142e (patch)
tree5588e7c2f55e61fb646d9d65bb7a859873457517 /platform/iphone/detect.py
parente709468bb13e795cff72b3e87198c61c5b1a2ee7 (diff)
downloadgodot-d70e16f72f2db8c299279fc2903f4308191f142e.tar.gz
godot-d70e16f72f2db8c299279fc2903f4308191f142e.tar.zst
godot-d70e16f72f2db8c299279fc2903f4308191f142e.zip
Diffstat (limited to 'platform/iphone/detect.py')
-rw-r--r--platform/iphone/detect.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/iphone/detect.py b/platform/iphone/detect.py
index acab6fe54..a5ce376b8 100644
--- a/platform/iphone/detect.py
+++ b/platform/iphone/detect.py
@@ -81,6 +81,7 @@ def configure(env):
#'-framework', 'AdSupport',
'-framework', 'MediaPlayer',
'-framework', 'AVFoundation',
+ '-framework', 'CoreMedia',
])
if env['game_center'] == 'yes':