This commit is contained in:
odrling 2020-05-04 16:47:44 +02:00
parent debe17cb2c
commit 3b9b9c1443
1 changed files with 2 additions and 3 deletions

View File

@ -8,7 +8,7 @@ install:
# Set paths to dependencies (based on architecture)
- cmd: set PYTHON_ROOT=C:\python37-x64
# Add necessary paths to PATH variable
- cmd: set PATH=%cd%;%PYTHON_ROOT%;%PYTHON_ROOT%\Scripts;C:\Local\bin;%PATH%
- cmd: set PATH=%cd%;%PYTHON_ROOT%;%PYTHON_ROOT%\Scripts;%PATH%
# Install meson and ninja
- cmd: pip install ninja meson
# download wxWidgets
@ -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: nmake -f makefile.vc BUILD=release COMPILER_PREFIX=vc142_x64 SHARED=1 UNICODE=0
- cmd: chdir %APPVEYOR_BUILD_FOLDER%
- cmd: mkdir C:\Local\bin
- cmd: curl -o C:\Local\bin\wx-config.exe https://hikari.butaishoujo.moe/b/9a752830/wx-config.exe
build_script:
- cmd: meson --backend=ninja --buildtype release -Dwx_path=%WXWIN% -Dicu_path=%ICUWIN% builddir