mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
Fix build error on first time.
This commit is contained in:
parent
dbf50c9f78
commit
c75ef976d7
1 changed files with 1 additions and 2 deletions
3
setup.py
3
setup.py
|
|
@ -34,8 +34,7 @@ Install Cython >= 0.16 or install msgpack from PyPI.
|
|||
os.stat(src).st_mtime < os.stat(pyx).st_mtime and
|
||||
have_cython):
|
||||
cythonize(pyx)
|
||||
else:
|
||||
return src
|
||||
return src
|
||||
|
||||
|
||||
class BuildExt(build_ext):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue