Skip to content

meson: skip the fallback for sysprof on Windows

Christoph Reiter requested to merge creiter/libsoup:windows-skip-sysprof into master

Otherwise it will download the subproject and fail when trying to build it since sysprof is Linux only.

Instead skip the fallback on Windows, so that if force-enabled it will fail, but in auto mode it will just skip sysprof.

Merge request reports