mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
fix hifi_vcpkg.py script crash
This commit is contained in:
parent
316bdc83ae
commit
c64b716a07
1 changed files with 2 additions and 0 deletions
|
@ -273,8 +273,10 @@ endif()
|
|||
url = 'https://hifi-public.s3.amazonaws.com/dependencies/vcpkg/qt5-install-5.12.3-ubuntu-18.04.tar.gz'
|
||||
else:
|
||||
print('UNKNOWN LINUX VERSION!!!')
|
||||
return;
|
||||
else:
|
||||
print('UNKNOWN OPERATING SYSTEM!!!')
|
||||
return;
|
||||
|
||||
print('Extracting ' + url + ' to ' + dest)
|
||||
hifi_utils.downloadAndExtract(url, dest)
|
||||
|
|
Loading…
Reference in a new issue