Make hifi_vcpkg.py use ~/vircadia-files too

Makes it consistent with the change made for Qt
This commit is contained in:
Dale Glass 2021-01-06 20:51:17 +01:00
parent b88f380c87
commit efd15dc43a

View file

@ -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')