We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37fe621 commit d3c90a0Copy full SHA for d3c90a0
setup.py
@@ -54,6 +54,7 @@ def load_libraries():
54
include_dirs=[ # we need the path of the MuPDF headers
55
"/usr/include/mupdf",
56
"/usr/local/include/mupdf",
57
+ "/usr/include/freetype2",
58
],
59
libraries=load_libraries(),
60
)
0 commit comments