Skip to content

Commit 19dcfeb

Browse files
author
Krzysztof Chomski
committed
Fix after review.
1 parent 49b5e6a commit 19dcfeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ def pxd(name):
642642
# ----------------------------------------------------------------------
643643
# ujson
644644

645-
if suffix == '.pyx' and 'setuptools' in sys.modules:
645+
if suffix == '.pyx':
646646
# undo dumb setuptools bug clobbering .pyx sources back to .c
647647
for ext in extensions:
648648
if ext.sources[0].endswith(('.c', '.cpp')):

0 commit comments

Comments
 (0)