Merge pull request #940 from marynate/PR-fix-isim-build

Update ios simulator build config file
This commit is contained in:
Juan Linietsky 2014-12-08 16:45:02 -02:00
commit 811dabb645

View file

@ -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',
])