From 55c50f36dc5f3b466ac2fd2f8bd1e1639913bb08 Mon Sep 17 00:00:00 2001 From: Maarten Bent Date: Sun, 4 Nov 2018 23:44:06 +0100 Subject: [PATCH] Disable webview in static build Prevent link errors of test_gui with webview libraries. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f3ffc1cad3..8380d561c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ matrix: env: wxGTK_VERSION=3 wxCONFIGURE_FLAGS="--enable-cxx11 --enable-stl" wxMAKEFILE_FLAGS="CXXFLAGS=-std=c++11" - dist: trusty compiler: clang - env: wxCONFIGURE_FLAGS="--disable-shared --disable-sys-libs" + env: wxCONFIGURE_FLAGS="--disable-shared --disable-sys-libs --disable-webview" - dist: trusty compiler: gcc env: wxTOOLSET=cmake wxCMAKE_GENERATOR="Unix Makefiles"