Jolt Patch
This commit is contained in:
@ -1185,6 +1185,8 @@ def build_success():
|
||||
if state.target == 'windows-hl':
|
||||
vs_version_major = wrd.lnx_project_win_list_vs
|
||||
build_mode = wrd.lnx_project_win_build_mode # Debug or Release
|
||||
if state.is_play:
|
||||
build_mode = 'Debug' if wrd.lnx_debug_console else 'Release'
|
||||
build_arch = wrd.lnx_project_win_build_arch # x64 or x86 (maps to Win32 for MSBuild)
|
||||
platform = 'x64' if build_arch == 'x64' else 'Win32' # MSBuild uses Win32 for x86
|
||||
|
||||
|
||||
Reference in New Issue
Block a user