Skip to content

Commit 88c4878

Browse files
author
Krzysztof Chomski
committed
Fix after review.
1 parent 5f53584 commit 88c4878

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
@@ -645,7 +645,7 @@ def pxd(name):
645645
# ----------------------------------------------------------------------
646646
# ujson
647647

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

0 commit comments

Comments
 (0)