mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-29 09:31:36 +02:00
Fix Windows android build
This commit is contained in:
parent
784cb31484
commit
97c878e4fe
1 changed files with 2 additions and 2 deletions
|
@ -77,8 +77,8 @@ if (Os.isFamily(Os.FAMILY_MAC)) {
|
||||||
qtVersionId='HygCmtMLPYioyil0DfXckGVzhw2SXZA9'
|
qtVersionId='HygCmtMLPYioyil0DfXckGVzhw2SXZA9'
|
||||||
} else if (Os.isFamily(Os.FAMILY_WINDOWS)) {
|
} else if (Os.isFamily(Os.FAMILY_WINDOWS)) {
|
||||||
qtFile = 'qt-5.9.3_win_armv8-libcpp_openssl.tgz'
|
qtFile = 'qt-5.9.3_win_armv8-libcpp_openssl.tgz'
|
||||||
qtChecksum='a93d22c0c59aa112fda18c4c6d157d17'
|
qtChecksum='40c77160dcc583b44a61f40ab2ad2174'
|
||||||
qtVersionId='0Bl9NSUWb5CBKLT_NXaxTt75SNBBZ9sB'
|
qtVersionId='Z7qRRW46qyWbzUA0nVE0ZPQJCvl9Y0EP'
|
||||||
}
|
}
|
||||||
|
|
||||||
def packages = [
|
def packages = [
|
||||||
|
|
Loading…
Reference in a new issue