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',
|
'-Xlinker',
|
||||||
'-objc_abi_version',
|
'-objc_abi_version',
|
||||||
'-Xlinker', '2',
|
'-Xlinker', '2',
|
||||||
'-framework', 'Foundation',
|
'-framework', 'AudioToolbox',
|
||||||
'-framework', 'UIKit',
|
'-framework', 'AVFoundation',
|
||||||
'-framework', 'IOKit',
|
'-framework', 'CoreAudio',
|
||||||
'-framework', 'CoreGraphics',
|
'-framework', 'CoreGraphics',
|
||||||
|
'-framework', 'CoreMedia',
|
||||||
|
'-framework', 'Foundation',
|
||||||
|
'-framework', 'Security',
|
||||||
|
'-framework', 'UIKit',
|
||||||
|
'-framework', 'MediaPlayer',
|
||||||
'-framework', 'OpenGLES',
|
'-framework', 'OpenGLES',
|
||||||
'-framework', 'QuartzCore',
|
'-framework', 'QuartzCore',
|
||||||
'-framework', 'AudioToolbox',
|
'-framework', 'SystemConfiguration',
|
||||||
'-framework', 'MediaPlayer',
|
|
||||||
'-F$ISIMSDK',
|
'-F$ISIMSDK',
|
||||||
])
|
])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user