mirror of
https://github.com/godotengine/godot.git
synced 2025-02-23 23:15:07 +08:00
Update ios simulator build config file to build under new ios SDK
This commit is contained in:
parent
10b371516b
commit
88f58c5c26
@ -60,14 +60,18 @@ def configure(env):
|
||||
'-Xlinker',
|
||||
'-objc_abi_version',
|
||||
'-Xlinker', '2',
|
||||
'-framework', 'Foundation',
|
||||
'-framework', 'UIKit',
|
||||
'-framework', 'IOKit',
|
||||
'-framework', 'AudioToolbox',
|
||||
'-framework', 'AVFoundation',
|
||||
'-framework', 'CoreAudio',
|
||||
'-framework', 'CoreGraphics',
|
||||
'-framework', 'CoreMedia',
|
||||
'-framework', 'Foundation',
|
||||
'-framework', 'Security',
|
||||
'-framework', 'UIKit',
|
||||
'-framework', 'MediaPlayer',
|
||||
'-framework', 'OpenGLES',
|
||||
'-framework', 'QuartzCore',
|
||||
'-framework', 'AudioToolbox',
|
||||
'-framework', 'MediaPlayer',
|
||||
'-framework', 'SystemConfiguration',
|
||||
'-F$ISIMSDK',
|
||||
])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user