diff --git a/tools/ci-build.sh b/tools/ci-build.sh index 937c857a..6e907deb 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