This commit is contained in:
odrling 2019-12-29 23:54:05 +01:00
parent d2b97e0825
commit 1956ae257c
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ install:
- cmd: set BOOST_ROOT=C:\Libraries\boost_1_71_0
# build wxWidgets
- cmd: chdir %WXWIN%\build\msw
- cmd: nmake -f makefile.vc BUILD=release COMPILER_PREFIX=vc142 SHARED=1
- cmd: nmake -f makefile.vc BUILD=release COMPILER_PREFIX=vc142_x64 SHARED=1
- cmd: dir %WXWIN%\lib
- cmd: dir %WXWIN%\lib\vc142_x64_dll
- cmd: chdir %APPVEYOR_BUILD_FOLDER%