Skip to content

Commit c75ef97

Browse files
committed
Fix build error on first time.
1 parent dbf50c9 commit c75ef97

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ def ensure_source(src):
3434
os.stat(src).st_mtime < os.stat(pyx).st_mtime and
3535
have_cython):
3636
cythonize(pyx)
37-
else:
38-
return src
37+
return src
3938

4039

4140
class BuildExt(build_ext):

0 commit comments

Comments
 (0)