fix building modules

This commit is contained in:
its-pointless
2019-11-20 10:28:04 +11:00
parent 04a675c091
commit 76ebe3faf1
2 changed files with 12 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
--- ./Lib/distutils/command/build.py.orig 2019-11-19 23:19:08.878782120 +0000
+++ ./Lib/distutils/command/build.py 2019-11-19 23:19:18.410915201 +0000
@@ -118,7 +118,7 @@
if self.executable is None and sys.executable:
self.executable = os.path.normpath(sys.executable)
-
+ self.parallel = 1
if isinstance(self.parallel, str):
try:
self.parallel = int(self.parallel)