diff options
| author | BastiaanOlij | 2016-11-13 22:11:00 +1100 |
|---|---|---|
| committer | BastiaanOlij | 2017-01-12 16:34:42 +1100 |
| commit | 5c13bae8dfbb3e4c2b67c0ec2177926079e78a2f (patch) | |
| tree | 28a92184b67fabf4c56bf62d67b952ca7f15715e /platform/iphone/detect.py | |
| parent | 5afaf84ae1406fd8d03887740c3d4a38fa5e2a29 (diff) | |
| download | godot-5c13bae8dfbb3e4c2b67c0ec2177926079e78a2f.tar.gz godot-5c13bae8dfbb3e4c2b67c0ec2177926079e78a2f.tar.zst godot-5c13bae8dfbb3e4c2b67c0ec2177926079e78a2f.zip | |
Diffstat (limited to 'platform/iphone/detect.py')
| -rw-r--r-- | platform/iphone/detect.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/iphone/detect.py b/platform/iphone/detect.py index b92b64e9f..88ec83ef7 100644 --- a/platform/iphone/detect.py +++ b/platform/iphone/detect.py @@ -83,6 +83,7 @@ def configure(env): '-framework', 'CoreAudio', '-framework', 'CoreGraphics', '-framework', 'CoreMedia', + '-framework', 'CoreMotion', '-framework', 'Foundation', '-framework', 'Security', '-framework', 'UIKit', @@ -109,6 +110,7 @@ def configure(env): '-framework', 'MediaPlayer', '-framework', 'AVFoundation', '-framework', 'CoreMedia', + '-framework', 'CoreMotion', ]) else: env.Append(LINKFLAGS=['-arch', 'armv7', '-Wl,-dead_strip', '-miphoneos-version-min=5.1.1', @@ -126,6 +128,7 @@ def configure(env): '-framework', 'MediaPlayer', '-framework', 'AVFoundation', '-framework', 'CoreMedia', + '-framework', 'CoreMotion', ]) if env['game_center'] == 'yes': |
