Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/JohnLangford/vowpal_wabbit
Browse files Browse the repository at this point in the history
…into skype
  • Loading branch information
eisber committed Apr 18, 2018
2 parents de0b4e0 + 86ee4c6 commit 206ddc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/setup.py
Expand Up @@ -30,7 +30,7 @@ def find_boost():
for candidate in ['-py36', '-py35', '-py34', '3']:
boost_lib = 'boost_python{}'.format(candidate)
if find_library(boost_lib):
exit
break
if not find_library(boost_lib):
boost_lib = "boost_python"
elif system == 'Darwin':
Expand Down

0 comments on commit 206ddc5

Please sign in to comment.