Remove duplicated checkbin()

This commit is contained in:
attakei 2014-11-06 22:34:19 +09:00
parent 3a3d726bf7
commit df6e494b77

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')