From c87c1dfa9cb51dc883990cfe75052b5779c4fa30 Mon Sep 17 00:00:00 2001 From: odrling Date: Sat, 28 Dec 2019 22:12:11 +0100 Subject: [PATCH] Revert "." This reverts commit 59c39c8822c9044f1d4d63524c41686c2871d276. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index f83712047..d66ab6a16 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,7 +17,7 @@ install: - cmd: 7z x wxWidgets.7z - cmd: cd .. # build wxWidgets - - cmd: msbuild /m %WXWIN%\build\msw\wx_vc16.sln "/p:Configuration=DLL Release;Platform=Win32;PlatformToolset=v142" + - 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' - cmd: set BOOST_ROOT=C:\Libraries\boost_1_71_0