Browse Source

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

Update ios simulator build config file
Juan Linietsky 10 years ago
parent
commit
811dabb645
1 changed files with 8 additions and 4 deletions
  1. 8 4
      platform/isim/detect.py

+ 8 - 4
platform/isim/detect.py

@@ -60,14 +60,18 @@ def configure(env):
 							'-Xlinker',
 							'-Xlinker',
 							'-objc_abi_version',
 							'-objc_abi_version',
 							'-Xlinker', '2',
 							'-Xlinker', '2',
+							'-framework', 'AudioToolbox',
+							'-framework', 'AVFoundation',
+							'-framework', 'CoreAudio',
+							'-framework', 'CoreGraphics',
+							'-framework', 'CoreMedia',
 							'-framework', 'Foundation',
 							'-framework', 'Foundation',
+							'-framework', 'Security',
 							'-framework', 'UIKit',
 							'-framework', 'UIKit',
-							'-framework', 'IOKit',
-							'-framework', 'CoreGraphics',
+							'-framework', 'MediaPlayer',
 							'-framework', 'OpenGLES',
 							'-framework', 'OpenGLES',
 							'-framework', 'QuartzCore',
 							'-framework', 'QuartzCore',
-							'-framework', 'AudioToolbox',
-							'-framework', 'MediaPlayer',
+							'-framework', 'SystemConfiguration',
 							'-F$ISIMSDK',
 							'-F$ISIMSDK',
 							])
 							])