diff options
author | Sergey Minakov <naithar@icloud.com> | 2021-01-17 14:33:39 +0300 |
---|---|---|
committer | Sergey Minakov <naithar@icloud.com> | 2021-01-17 14:33:39 +0300 |
commit | 13a6a83b4487ae9cdbeff959f1bb0e1241afee4d (patch) | |
tree | eeca319b2da24ca9b72dd80bac96c95e7814bef6 /platform/iphone/detect.py | |
parent | 49b5776e8bd62b4bfb6511cca770611b6a3062e4 (diff) | |
download | redot-engine-13a6a83b4487ae9cdbeff959f1bb0e1241afee4d.tar.gz |
[iOS] Remove plugins from modules.
Diffstat (limited to 'platform/iphone/detect.py')
-rw-r--r-- | platform/iphone/detect.py | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/platform/iphone/detect.py b/platform/iphone/detect.py index ad4af9ba6a..a99fd2b637 100644 --- a/platform/iphone/detect.py +++ b/platform/iphone/detect.py @@ -181,38 +181,6 @@ def configure(env): LINKFLAGS=[ "-isysroot", "$IPHONESDK", - "-framework", - "AudioToolbox", - "-framework", - "AVFoundation", - "-framework", - "CoreAudio", - "-framework", - "CoreGraphics", - "-framework", - "CoreMedia", - "-framework", - "CoreVideo", - "-framework", - "CoreMotion", - "-framework", - "Foundation", - "-framework", - "GameController", - "-framework", - "MediaPlayer", - "-framework", - "Metal", - "-framework", - "QuartzCore", - "-framework", - "Security", - "-framework", - "SystemConfiguration", - "-framework", - "UIKit", - "-framework", - "ARKit", ] ) |