Skip to content

Commit

Permalink
Fix #174
Browse files Browse the repository at this point in the history
  • Loading branch information
ldx committed Jun 26, 2016
1 parent 21e40fa commit 4e1f874
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 4e1f874

Please sign in to comment.