Skip to content

Commit

Permalink
Merge pull request #3529 from pslacerda/fix/3526
Browse files Browse the repository at this point in the history
Fix build for Termux
  • Loading branch information
hugovk committed Jan 5, 2019
2 parents 33d3beb + e09ee7a commit 871db4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def _find_library_dirs_ldconfig():
stdout=subprocess.PIPE,
env=env)
except OSError: # E.g. command not found
return None
return []
[data, _] = p.communicate()
if isinstance(data, bytes):
data = data.decode()
Expand Down

0 comments on commit 871db4e

Please sign in to comment.