Skip to content

Commit

Permalink
Merge pull request #181 from ldx/issue174
Browse files Browse the repository at this point in the history
Fix #174
  • Loading branch information
ldx committed Jun 26, 2016
2 parents 21e40fa + 4e1f874 commit edd1623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iptc/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def _do_find_library(name):


def _find_library(*names):
if version_info > (3, ):
if version_info >= (3, 3):
ext = get_config_var("EXT_SUFFIX")
else:
ext = get_config_var('SO')
Expand Down

0 comments on commit edd1623

Please sign in to comment.