We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37fe621 + d3c90a0 commit f229986Copy full SHA for f229986
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