Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 620117f

Browse files
committed
Change message when libpng pkg-config lookup fails
1 parent 84a7a1f commit 620117f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setupext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ def check(self):
803803
min_version='1.2')
804804
except CheckFailed as e:
805805
self.__class__.found_external = False
806-
return str(e) + ' Using local copy.'
806+
return str(e) + ' Using unknown version.'
807807

808808
def get_extension(self):
809809
sources = [

0 commit comments

Comments
 (0)