Remove duplicated checkbin()
This commit is contained in:
parent
3a3d726bf7
commit
df6e494b77
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