Skip to content

Commit

Permalink
Merge b6726c0 into 888434f
Browse files Browse the repository at this point in the history
  • Loading branch information
last-partizan committed Aug 16, 2013
2 parents 888434f + b6726c0 commit 4eb8c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wand/api.py
Expand Up @@ -84,7 +84,7 @@ def load_library():
"""
tried_paths = []
for suffix in '', '-Q16', '-Q8', '-6.Q16':
for suffix in '', '-Q16', '-Q8', '-6.Q16', '-6.Q16HDRI':
libwand_path, libmagick_path = find_library(suffix)
if libwand_path is None or libmagick_path is None:
continue
Expand Down

0 comments on commit 4eb8c90

Please sign in to comment.