Skip to content

Commit f17c313

Browse files
committed
Clean syntax error
1 parent a998327 commit f17c313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# 'crypto', #openssl is required by mupdf on archlinux
1919
], # the libraries to link with
2020
)
21-
elif sys.platform.startswith(('darwin', 'freebsd'))
21+
elif sys.platform.startswith(('darwin', 'freebsd')):
2222
module = Extension('fitz._fitz', # name of the module
2323
['fitz/fitz_wrap.c'], # C source file
2424
# this are directories containing mupdf's and zlib's header files

0 commit comments

Comments
 (0)