Merge pull request #940 from marynate/PR-fix-isim-build
Update ios simulator build config file
This commit is contained in:
commit
811dabb645
@ -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