Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6ebc395

Browse filesBrowse files
authored
Merge pull request #12321 from zerothi/freetype
BLD: fix search path for ft2build.h
2 parents a84b8d3 + 1318e8f commit 6ebc395
Copy full SHA for 6ebc395

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎setupext.py

Copy file name to clipboardExpand all lines: setupext.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -906,7 +906,7 @@ def check(self):
906906
try:
907907
check_include_file(get_include_dirs(), 'ft2build.h', 'freetype')
908908
except CheckFailed:
909-
check_include_file(get_include_dirs(), 'freetype2\\ft2build.h', 'freetype')
909+
check_include_file(get_include_dirs(), os.path.join('freetype2', 'ft2build.h'), 'freetype')
910910
return 'Using unknown version found on system.'
911911

912912
status, output = subprocess.getstatusoutput(

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.