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 4ddc68a

Browse filesBrowse files
authored
Merge pull request #12343 from meeseeksmachine/auto-backport-of-pr-12321-on-v2.2.x
Backport PR #12321 on branch v2.2.x (maint: setupext.py for freetype had a Catch case for missing ft2build.h)
2 parents 4f1f1a8 + 3bd79f5 commit 4ddc68a
Copy full SHA for 4ddc68a

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
@@ -1043,7 +1043,7 @@ def check(self):
10431043
try:
10441044
check_include_file(get_include_dirs(), 'ft2build.h', 'freetype')
10451045
except CheckFailed:
1046-
check_include_file(get_include_dirs(), 'freetype2\\ft2build.h', 'freetype')
1046+
check_include_file(get_include_dirs(), os.path.join('freetype2', 'ft2build.h'), 'freetype')
10471047
return 'Using unknown version found on system.'
10481048

10491049
status, output = getstatusoutput("freetype-config --ftversion")

0 commit comments

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