Update ios simulator build config file to build under new ios SDK

This commit is contained in:
marynate 2014-12-06 20:59:16 +08:00
parent 10b371516b
commit 88f58c5c26

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