From 96dbe88cd176abd000e417d63e944478e1fec524 Mon Sep 17 00:00:00 2001 From: odrling Date: Sat, 28 Dec 2019 22:16:27 +0100 Subject: [PATCH] . --- appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 619fdd68a..bcb48c652 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ image: Visual Studio 2019 environment: - WXWIN: '%APPVEYOR_BUILD_FOLDER\wxWidgets' + WXWIN: '%APPVEYOR_BUILD_FOLDER%\wxWidgets' install: # Set paths to dependencies (based on architecture) @@ -17,7 +17,6 @@ install: - cmd: 7z x wxWidgets.7z - cmd: cd .. # build wxWidgets - - cmd: echo %WXWIN%\build\msw\wx_vc16.sln - cmd: msbuild /m %WXWIN%\build\msw\wx_vc16.sln "/p:Configuration=DLL Release;Platform=Win32;PlatformToolset=v142" /target:adv,base,core,html,net,qa,wxexpat,wxjpeg,wxpng,wxtiff,wxzlib,xml /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" # Set up the build environment - cmd: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64'