add cython check for ios target. closes #5
This commit is contained in:
parent
fd5cbcb390
commit
86054353c5
1 changed files with 1 additions and 0 deletions
|
@ -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" |'
|
||||
|
|
Loading…
Reference in a new issue