Skip to content

Commit

Permalink
Fix for building without WebP
Browse files Browse the repository at this point in the history
  • Loading branch information
fish2000 committed Jan 23, 2015
1 parent 705eafc commit e9507a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -74,7 +74,7 @@ def has_webp():
'imread/lib/_png.cpp',
'imread/lib/_tiff.cpp',
'imread/lib/_pvrtc.cpp',
EXCLUDE_WEBP or 'imread/lib/_webp.cpp']
EXCLUDE_WEBP and None or 'imread/lib/_webp.cpp']
}


Expand Down

0 comments on commit e9507a5

Please sign in to comment.