Removed "--paralle 1" from building python again
Signed-off-by: Fabian Sauter <sauter.fabian@mailbox.org>
This commit is contained in:
parent
7673db6959
commit
7ad254e07a
1 changed files with 1 additions and 2 deletions
3
setup.py
3
setup.py
|
|
@ -51,8 +51,7 @@ class CMakeBuild(build_ext):
|
|||
]
|
||||
|
||||
cfg = 'Debug' if self.debug else 'Release'
|
||||
build_args = ['--config', cfg,
|
||||
'--parallel', '1']
|
||||
build_args = ['--config', cfg]
|
||||
|
||||
env = os.environ.copy()
|
||||
oldCxxFlags = env.get('CXXFLAGS', '')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue