Skip to content

Commit

Permalink
Merge pull request #160 from attakei/master
Browse files Browse the repository at this point in the history
Remove duplicated checkbin().
  • Loading branch information
tito committed Nov 13, 2014
2 parents 0eca4a2 + df6e494 commit 043c7c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion buildozer/targets/ios.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ def check_requirements(self):
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')
Expand Down

0 comments on commit 043c7c1

Please sign in to comment.