Files
termux-packages/packages/python/disable-parallel-build.patch
termux-pacman-bot dfdbd41399 python: Disable parallel build
%ci:no-build
2023-04-02 13:01:55 +00:00

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)