Merge pull request #160 from attakei/master
Remove duplicated checkbin().
This commit is contained in:
commit
043c7c19c7
1 changed files with 0 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue