ci: try to work around some mingw nonsense

This commit is contained in:
Daniel Kolesa 2022-04-20 01:34:18 +02:00
parent 1f93c3ea19
commit a49b0c65ec

View file

@ -45,6 +45,9 @@ case "${expected_triplet}" in
case "${expected_triplet}" in case "${expected_triplet}" in
*w64*) *w64*)
meson_system="windows" meson_system="windows"
# hack around std::mutex not existing with the default
export CC="${CC}-posix"
export CXX="${CXX}-posix"
;; ;;
*) *)
qemu_cpu="x86_64" qemu_cpu="x86_64"