0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-21 20:56:19 +00:00
termux-packages/disabled-packages/python3.11/0011-disable-parallel-build.patch

14 lines
358 B
Diff

https://github.com/termux/termux-packages/issues/15908
--- a/setup.py
+++ b/setup.py
@@ -306,8 +306,6 @@
self.failed_on_import = []
self.missing = []
self.disabled_configure = []
- if '-j' in os.environ.get('MAKEFLAGS', ''):
- self.parallel = True
def add(self, ext):
self.extensions.append(ext)