mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 09:23:22 +02:00
Make hifi_vcpkg.py use ~/vircadia-files too
Makes it consistent with the change made for Qt
This commit is contained in:
parent
b88f380c87
commit
efd15dc43a
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ endif()
|
|||
self.path = args.vcpkg_root
|
||||
self.noClean = True
|
||||
else:
|
||||
defaultBasePath = os.path.expanduser('~/hifi/vcpkg')
|
||||
defaultBasePath = os.path.expanduser('~/vircadia-files/vcpkg')
|
||||
self.basePath = os.getenv('HIFI_VCPKG_BASE', defaultBasePath)
|
||||
if self.args.android:
|
||||
self.basePath = os.path.join(self.basePath, 'android')
|
||||
|
|
Loading…
Reference in a new issue