forked from LeenkxTeam/LNXSDK
Update
This commit is contained in:
@ -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.")
|
||||
|
||||
Reference in New Issue
Block a user