diff options
| author | Juan Linietsky | 2014-11-26 14:24:13 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2014-11-26 14:24:13 -0300 |
| commit | d70e16f72f2db8c299279fc2903f4308191f142e (patch) | |
| tree | 5588e7c2f55e61fb646d9d65bb7a859873457517 /platform/iphone/detect.py | |
| parent | e709468bb13e795cff72b3e87198c61c5b1a2ee7 (diff) | |
| download | godot-d70e16f72f2db8c299279fc2903f4308191f142e.tar.gz godot-d70e16f72f2db8c299279fc2903f4308191f142e.tar.zst godot-d70e16f72f2db8c299279fc2903f4308191f142e.zip | |
Diffstat (limited to 'platform/iphone/detect.py')
| -rw-r--r-- | platform/iphone/detect.py | 1 |
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': |
