mirror of https://github.com/procxx/kepka.git
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)
This commit is contained in:
parent
d46a5f693f
commit
34d15e7216
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue