Skip to content

Commit

Permalink
Merge pull request #102 from stereohead/patch-1
Browse files Browse the repository at this point in the history
Add '-6.Q16' suffix
  • Loading branch information
dahlia committed Mar 21, 2013
2 parents b84bd09 + 3e4bee8 commit 60fb489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wand/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def load_library():
"""
tried_paths = []
for suffix in '', '-Q16', '-Q8':
for suffix in '', '-Q16', '-Q8', '-6.Q16':
libwand_path, libmagick_path = find_library(suffix)
if libwand_path is None or libmagick_path is None:
continue
Expand Down

0 comments on commit 60fb489

Please sign in to comment.