add cython check for ios target. closes #5

This commit is contained in:
Mathieu Virbel 2013-02-07 04:14:40 +01:00
parent fd5cbcb390
commit 86054353c5

View file

@ -17,6 +17,7 @@ class TargetIos(Target):
checkbin('Xcode xcodebuild', 'xcodebuild')
checkbin('Xcode xcode-select', 'xcode-select')
checkbin('Git git', 'git')
checkbin('Cython', 'cython')
self.buildozer.debug('Check availability of a iPhone SDK')
sdk = cmd('xcodebuild -showsdks | fgrep "iphoneos" |'