We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd78158 commit 2826da1Copy full SHA for 2826da1
setup.py
@@ -22,7 +22,9 @@
22
module = Extension('fitz._fitz', # name of the module
23
['fitz/fitz_wrap.c'], # C source file
24
# this are directories containing mupdf's and zlib's header files
25
- include_dirs=['/usr/local/include/mupdf', '/usr/local/include'],
+ include_dirs=['/usr/local/include/mupdf',
26
+ '/usr/local/include',
27
+ '/usr/local/thirdparty/zlib'],
28
library_dirs=['/usr/local/lib'],
29
libraries=['mupdf', 'mupdfthird']
30
)
0 commit comments