Skip to content

Commit

Permalink
Merge pull request #2 from eminence/master
Browse files Browse the repository at this point in the history
Better ctype loading on linux
  • Loading branch information
agrif committed Mar 21, 2012
2 parents a5bd785 + cc13a5a commit 52375ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bindings/redstone.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ def find_library(name):

# fallback
return 'lib%s.dylib' % (name,)
elif sys.platform.startswith('linux'):
return "libredstone.so"

return None

Expand Down

0 comments on commit 52375ee

Please sign in to comment.