From ffa0902dfc83534596e1deab653168c304ecfa85 Mon Sep 17 00:00:00 2001 From: NissimHadar Date: Tue, 23 Apr 2019 13:04:16 -0700 Subject: [PATCH] testing. --- hifi_vcpkg.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hifi_vcpkg.py b/hifi_vcpkg.py index d74d008a96..854033e95f 100644 --- a/hifi_vcpkg.py +++ b/hifi_vcpkg.py @@ -240,8 +240,8 @@ endif() def installQt(self): - if not os.path.isdir(os.path.join(self.path, 'installed', 'qt5-install')): - #if True or not os.path.isdir(os.path.join(self.path, 'installed', 'qt5-install')): + ### if not os.path.isdir(os.path.join(self.path, 'installed', 'qt5-install')): + if True or not os.path.isdir(os.path.join(self.path, 'installed', 'qt5-install')): print ("Downloading Qt from AWS") dest = os.path.join(self.path, 'installed') if platform.system() == 'Windows':