Update ios simulator build config file to build under new ios SDK
This commit is contained in:
parent
10b371516b
commit
88f58c5c26
1 changed files with 9 additions and 5 deletions
|
@ -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 a new issue