Merge commit '9caa925f20058a4f586b28fabbcbdff04e9b9016'

This commit is contained in:
2023-12-29 00:37:47 -06:00
43 changed files with 864 additions and 577 deletions

View File

@@ -99,7 +99,9 @@ def main() -> int:
if platform.system() == 'Windows':
cmake_cmd.append('-A x64')
subprocess.run(cmake_cmd)
cmake_err = subprocess.run(cmake_cmd).returncode
if cmake_err != 0:
return cmake_err
util.mkdir_p('dist')
if int(args.current_build) != 0: