mirror of
https://github.com/overte-org/overte.git
synced 2025-07-10 16:58:40 +02:00
Update Linux vcpkg to the same as the Windows version
This commit is contained in:
parent
91abf8fc1b
commit
09e0413faf
1 changed files with 10 additions and 10 deletions
|
@ -114,8 +114,8 @@ endif()
|
||||||
else:
|
else:
|
||||||
self.exe = os.path.join(self.path, 'vcpkg')
|
self.exe = os.path.join(self.path, 'vcpkg')
|
||||||
self.bootstrapCmds = [ os.path.join(self.path, 'bootstrap-vcpkg.sh'), '-disableMetrics' ]
|
self.bootstrapCmds = [ os.path.join(self.path, 'bootstrap-vcpkg.sh'), '-disableMetrics' ]
|
||||||
self.vcpkgUrl = self.assets_url + '/dependencies/vcpkg/vcpkg-linux_amd64_2022.07.25.tar.xz'
|
self.vcpkgUrl = self.assets_url + '/dependencies/vcpkg/vcpkg-linux_amd64_2023.10.19.tar.xz'
|
||||||
self.vcpkgHash = '6a1ce47ef6621e699a4627e8821ad32528c82fce62a6939d35b205da2d299aaa405b5f392df4a9e5343dd6a296516e341105fbb2dd8b48864781d129d7fba10d'
|
self.vcpkgHash = '67e1ae7e00a7e5812790619cccfbd85982094f4b54170c9c39b4546bb3ab34860e7f67c9065ccecd650f3036c3ceeb675753902f3114f6f27d2ee78736574240'
|
||||||
self.hostTriplet = 'x64-linux'
|
self.hostTriplet = 'x64-linux'
|
||||||
|
|
||||||
if self.args.android:
|
if self.args.android:
|
||||||
|
|
Loading…
Reference in a new issue