Commit 20c10ca6 authored by Jason Madden's avatar Jason Madden

Fix installing from source distribution without cython installed. D'oh! [skip ci]

parent 790d6e12
......@@ -152,7 +152,7 @@ try:
except ImportError:
# The .c files had better already exist. Based on code from
# http://cython.readthedocs.io/en/latest/src/reference/compilation.html#distributing-cython-modules
def cythonize(extensions):
def cythonize(extensions, **_kwargs):
for extension in extensions:
sources = []
for sfile in extension.sources:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment