Skip to content

Commit 1bdb464

Browse files
author
Roberto De Ioris
committed
parralel build for automatic releases
1 parent e59182f commit 1bdb464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/release_win64.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def msbuild(project, python_version, variant):
2222
if variant == 'threaded_':
2323
base_environ.update({'UEP_ENABLE_THREADS': '1'})
2424
vs = '"C:/Program Files (x86)/MSBuild/14.0/Bin/MSBuild.exe"'
25-
process = subprocess.Popen('{0} {1} /t:Rebuild /p:Configuration="Development Editor" /p:Platform=Win64'.format(vs, project), env=base_environ)
25+
process = subprocess.Popen('{0} {1} /m /t:Rebuild /p:Configuration="Development Editor" /p:Platform=Win64'.format(vs, project), env=base_environ)
2626
while process.poll() is None:
2727
time.sleep(0.5)
2828
if process.returncode != 0:

0 commit comments

Comments
 (0)