We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a998327 commit f17c313Copy full SHA for f17c313
setup.py
@@ -18,7 +18,7 @@
18
# 'crypto', #openssl is required by mupdf on archlinux
19
], # the libraries to link with
20
)
21
-elif sys.platform.startswith(('darwin', 'freebsd'))
+elif sys.platform.startswith(('darwin', 'freebsd')):
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
0 commit comments