We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f74ce3c commit 6aa4aeaCopy full SHA for 6aa4aea
setup.py
@@ -31,11 +31,11 @@ def ensure_source(src):
31
Cython is required for building extension from checkout.
32
Install Cython >= 0.16 or install msgpack from PyPI.
33
""")
34
- cythonize(src)
+ cythonize(pyx)
35
elif (os.path.exists(pyx) and
36
os.stat(src).st_mtime < os.stat(pyx).st_mtime and
37
have_cython):
38
39
40
# Use C++ compiler on win32.
41
# MSVC9 doesn't provide stdint.h when using C Compiler.
0 commit comments