Files
termux-packages/packages/python-greenlet/setup.py.patch
2023-05-08 19:31:18 +00:00

12 lines
241 B
Diff

--- 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