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.
2 parents 4f1f1a8 + 3bd79f5 commit 4ddc68aCopy full SHA for 4ddc68a
setupext.py
@@ -1043,7 +1043,7 @@ def check(self):
1043
try:
1044
check_include_file(get_include_dirs(), 'ft2build.h', 'freetype')
1045
except CheckFailed:
1046
- check_include_file(get_include_dirs(), 'freetype2\\ft2build.h', 'freetype')
+ check_include_file(get_include_dirs(), os.path.join('freetype2', 'ft2build.h'), 'freetype')
1047
return 'Using unknown version found on system.'
1048
1049
status, output = getstatusoutput("freetype-config --ftversion")
0 commit comments