From 86054353c50e129dba91f57497918f4b8e0438e2 Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Thu, 7 Feb 2013 04:14:40 +0100 Subject: [PATCH] add cython check for ios target. closes #5 --- buildozer/targets/ios.py | 1 + 1 file changed, 1 insertion(+) diff --git a/buildozer/targets/ios.py b/buildozer/targets/ios.py index 7960364..596b896 100644 --- a/buildozer/targets/ios.py +++ b/buildozer/targets/ios.py @@ -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" |'