Skip to content

Commit

Permalink
Merge 154e1d2 into aa6ce79
Browse files Browse the repository at this point in the history
  • Loading branch information
rameshdharan committed Mar 5, 2016
2 parents aa6ce79 + 154e1d2 commit 4a3b639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wand/api.py
Expand Up @@ -1395,7 +1395,7 @@ class AffineMatrix(ctypes.Structure):
libc = ctypes.CDLL(msvcrt)
else:
if platform.system() == 'Darwin':
libc = ctypes.cdll.LoadLibrary('libc.dylib')
libc = ctypes.cdll.LoadLibrary('/usr/lib/libc.dylib')
elif platform.system() == 'FreeBSD':
libc = ctypes.cdll.LoadLibrary(ctypes.util.find_library('c'))
else:
Expand Down

0 comments on commit 4a3b639

Please sign in to comment.