Skip to content

Commit f229986

Browse files
authored
Merge pull request #705 from swt2c/include_freetype2
Add include path for freetype on Linux
2 parents 37fe621 + d3c90a0 commit f229986

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ def load_libraries():
5454
include_dirs=[ # we need the path of the MuPDF headers
5555
"/usr/include/mupdf",
5656
"/usr/local/include/mupdf",
57+
"/usr/include/freetype2",
5758
],
5859
libraries=load_libraries(),
5960
)

0 commit comments

Comments
 (0)