Files
termux-packages/packages/python/disable-parallel-build.patch
Tee KOBAYASHI ffdc4bad3f python: Disable parallel build
%ci:no-build
2023-04-02 21:54:07 +09: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)