This commit is contained in:
Dante
2026-05-22 13:06:40 -07:00
parent b47ea35fe4
commit eb5b73a163
3 changed files with 7 additions and 5 deletions

View File

@ -531,7 +531,7 @@ def build(target, is_play=False, is_publish=False, is_export=False):
target = 'windows-hl'
elif current_os == 'linux':
target = 'linux-hl'
elif current_os == 'macos':
elif current_os == 'mac' or current_os == 'macos':
target = 'macos-hl'
else:
log.error(f"Unsupported OS '{current_os}' for Hashlink runtime.")