mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-06-19 13:08:29 +02:00
CI: Link libexpat statically when using Wine to run tests
Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
82ec4cf28f
commit
1f8bf48801
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue