From 34d15e7216ac1f296c1e341f33e9c10846ee5935 Mon Sep 17 00:00:00 2001 From: Duncan Ogilvie Date: Fri, 29 Sep 2017 20:24:04 +0200 Subject: [PATCH] don't call vcvarsall.bat in AppVeyor script (#3945) Follow-up for #3920 Signed-off-by: Duncan Ogilvie mr.exodia.tpodt@gmail.com (github: mrexodia) --- .appveyor/install.bat | 2 -- 1 file changed, 2 deletions(-) diff --git a/.appveyor/install.bat b/.appveyor/install.bat index bb90f1bd9..194eed0d8 100644 --- a/.appveyor/install.bat +++ b/.appveyor/install.bat @@ -5,8 +5,6 @@ SET LIB_DIR=%BUILD_DIR%\Libraries SET SRC_DIR=%BUILD_DIR%\tdesktop SET QT_VERSION=5_6_2 -call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Auxiliary\Build\vcvarsall.bat" x86 - call:configureBuild call:getDependencies call:setupGYP