We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ed9211 commit ec11832Copy full SHA for ec11832
setupext.py
@@ -937,7 +937,7 @@ def check(self):
937
938
# Early versions of freetype grep badly inside freetype-config,
939
# so catch those cases. (tested with 2.5.3).
940
- if 'No such file or directory\ngrep:' in version:
+ if version is None or 'No such file or directory\ngrep:' in version:
941
version = self.version_from_header()
942
943
return self._check_for_pkg_config(
0 commit comments