From 35314c58f67e2f6b35f1048ff394f0510180651e Mon Sep 17 00:00:00 2001 From: odrling Date: Sun, 3 May 2020 15:09:49 +0200 Subject: [PATCH] build static wxwidgets --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index e3b2395f8..dc6b5876f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -26,7 +26,7 @@ install: - cmd: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64' # build wxWidgets - cmd: chdir %WXWIN%\build\msw - - cmd: nmake -f makefile.vc BUILD=release COMPILER_PREFIX=vc142_x64 SHARED=1 + - cmd: nmake -f makefile.vc BUILD=release COMPILER_PREFIX=vc142_x64 SHARED=0 - cmd: dir %WXWIN%\lib - cmd: dir %WXWIN%\lib\vc142_x64_dll - cmd: chdir %APPVEYOR_BUILD_FOLDER%