Fix build error on first time.

This commit is contained in:
INADA Naoki 2012-11-06 09:37:55 +09:00
parent dbf50c9f78
commit c75ef976d7

View file

@ -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):