Skip to content

Commit 26cd3e5

Browse files
author
Roberto De Ioris
committed
force unity build when releasing
1 parent 0fc7811 commit 26cd3e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/release_win64.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ def zipdir(path, zh, base):
1919
def msbuild(project, python_version, variant):
2020
base_environ = os.environ
2121
base_environ.update({'PYTHONHOME': python_version})
22+
base_environ.update({'UEP_ENABLE_UNITY_BUILD': '1'})
2223
if variant == 'threaded_':
2324
base_environ.update({'UEP_ENABLE_THREADS': '1'})
2425
#vs = '"C:/Program Files (x86)/MSBuild/14.0/Bin/MSBuild.exe"'

0 commit comments

Comments
 (0)