]> git.ipfire.org Git - thirdparty/libvirt.git/commit
meson: add winsock2 library on windows builds
authorDaniel P. Berrangé <berrange@redhat.com>
Tue, 1 Dec 2020 20:15:20 +0000 (20:15 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Wed, 2 Dec 2020 12:49:05 +0000 (12:49 +0000)
commit143d2e9bde65fd204e9f13379aff65f34ecd14c9
tree1a7f4f99ac5f68f5a04c3679a79ca8e63657dd6a
parenteeb0c9aef029d9412cc82751555ecef1264be44f
meson: add winsock2 library on windows builds

If building for windows with curl disabled we get build failures due to
missing ws2_32 library needed for winsock2.

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
meson.build