Skip to content

Commit

Permalink
Fix undefined ext_modules introduced via Toblerity#362
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastic committed Jun 15, 2016
1 parent 4d11411 commit 665ca7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ def run(self):
extra_link_args=extra_link_args)

# When building from a repo, Cython is required.
ext_modules = []
if source_is_repo and "clean" not in sys.argv:
log.info("MANIFEST.in found, presume a repo, cythonizing...")
if not cythonize:
Expand Down

0 comments on commit 665ca7d

Please sign in to comment.