Merge pull request #160 from attakei/master

Remove duplicated checkbin().
This commit is contained in:
Mathieu Virbel 2014-11-13 22:22:49 +01:00
commit 043c7c19c7

View file

@ -67,7 +67,6 @@ class TargetIos(Target):
checkbin('Xcode xcodebuild', 'xcodebuild')
checkbin('Xcode xcode-select', 'xcode-select')
checkbin('Git git', 'git')
checkbin('Cython', 'cython')
checkbin('Mercurial', 'hg')
checkbin('Cython cython', 'cython')
checkbin('pkg-config', 'pkg-config')