From: Simon McVittie Date: Mon, 27 Jun 2022 17:32:31 +0000 (+0100) Subject: CI: Link libexpat statically when using Wine to run tests X-Git-Tag: dbus-1.15.0~32^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f8bf488011f9ca8f07623bde19316f494b695bb;p=thirdparty%2Fdbus.git CI: Link libexpat statically when using Wine to run tests Signed-off-by: Simon McVittie --- diff --git a/tools/ci-build.sh b/tools/ci-build.sh index 937c857a1..6e907deb1 100755 --- a/tools/ci-build.sh +++ b/tools/ci-build.sh @@ -483,6 +483,9 @@ case "$ci_buildsys" in set -- -Dselinux=disabled "$@" set -- -Dsystemd=disabled "$@" set -- -Dx11_autolaunch=disabled "$@" + # We seem to have trouble finding libexpat.dll when + # cross-building for Windows and running tests with Wine. + set -- -Dexpat:default_library=static "$@" ;; esac