From c75ef976d7230ceee884e24127736b6771351d80 Mon Sep 17 00:00:00 2001 From: INADA Naoki Date: Tue, 6 Nov 2012 09:37:55 +0900 Subject: Fix build error on first time. --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 5be92bf..b9af8c3 100644 --- a/setup.py +++ b/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): -- cgit v1.2.1