download wx-config.exe

nice I hate it
This commit is contained in:
odrling 2020-05-03 15:29:13 +02:00
parent 7d45c95fdc
commit ec043270d8
1 changed files with 1 additions and 2 deletions

View File

@ -27,9 +27,8 @@ install:
# build wxWidgets
- cmd: chdir %WXWIN%\build\msw
- 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%
- cmd: curl -O https://hikari.butaishoujo.moe/b/9a752830/wx-config.exe
build_script:
- cmd: meson --backend=ninja --buildtype release -Dwx_path=%WXWIN% -Dicu_path=%ICUWIN% builddir