Files

12 lines
241 B
Diff
Raw Permalink Normal View History

2023-05-09 04:15:31 +09:00
--- a/setup.py
+++ b/setup.py
@@ -127,7 +127,7 @@
headers = []
else:
- headers = [GREENLET_HEADER]
+ headers = []
if is_win and '64 bit' in sys.version:
# this works when building with msvc, not with 64 bit gcc