Skip to content

Commit a0c5f6f

Browse files
Krzysztof Chomskigkonefal-reef
Krzysztof Chomski
authored andcommitted
Fix after review.
1 parent fcc75d9 commit a0c5f6f

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
@@ -675,7 +675,7 @@ def pxd(name):
675675
# ----------------------------------------------------------------------
676676
# ujson
677677

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

0 commit comments

Comments
 (0)