You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-14 13:41:12 +00:00
[iOS] Remove plugins from modules.
This commit is contained in:
@@ -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",
|
||||
]
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user