From 6445d6d03194c0dbcc284a5828c3668510fc8df7 Mon Sep 17 00:00:00 2001 From: NissimHadar Date: Sun, 5 May 2019 17:42:06 -0700 Subject: [PATCH] For testing. --- hifi_vcpkg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hifi_vcpkg.py b/hifi_vcpkg.py index fb7e13a0c2..b32279cbe7 100644 --- a/hifi_vcpkg.py +++ b/hifi_vcpkg.py @@ -240,7 +240,7 @@ 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')): print ('Downloading Qt from AWS') dest = os.path.join(self.path, 'installed')