From b0dbca2d778438303c7b80f61bb925f989b43458 Mon Sep 17 00:00:00 2001 From: odrling Date: Sat, 13 Jun 2020 13:39:40 +0200 Subject: [PATCH] build wxWidgets subproject (but now for real) --- appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index f3e28886c..1b4778e89 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,6 @@ image: Visual Studio 2019 environment: - WXWIN: '%APPVEYOR_BUILD_FOLDER%\wxWidgets' ICUWIN: '%APPVEYOR_BUILD_FOLDER%\icu' install: @@ -25,6 +24,6 @@ install: - cmd: chdir %APPVEYOR_BUILD_FOLDER% build_script: - - cmd: meson --backend=ninja --buildtype release -Dwx_path=%WXWIN% -Dicu_path=%ICUWIN% builddir + - cmd: meson --backend=ninja --buildtype release -Dicu_path=%ICUWIN% builddir - cmd: ninja -C builddir