aitjcize / PyTox

Python binding for Project-Tox the skype replacement.
GNU General Public License v3.0
96 stars 29 forks source link

Use alternative method for checking the existence of tox av #43

Closed ovidiusabou closed 9 years ago

ovidiusabou commented 9 years ago

This fix is needed because on mac os there's no ldconfig tool. So this alternative check is based on parsing the output of the ld tool. If ld fails with -ltoxav not found, it means it's not there.