diff options
| author | INADA Naoki <inada-n@klab.com> | 2012-11-06 09:37:55 +0900 |
|---|---|---|
| committer | INADA Naoki <inada-n@klab.com> | 2012-11-06 09:37:55 +0900 |
| commit | c75ef976d7230ceee884e24127736b6771351d80 (patch) | |
| tree | 2d725f49b4771f0b5c59b42cb5714f76b556bced /setup.py | |
| parent | dbf50c9f789b831e0e8ec582a9947708175b5d5e (diff) | |
| download | msgpack-python-c75ef976d7230ceee884e24127736b6771351d80.tar.gz | |
Fix build error on first time.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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): |
