msys2: link in wsock32 in libstore

This commit is contained in:
Brian McKenna 2024-11-06 00:05:36 +11:00
parent f1fd277f1e
commit c25967384f

View file

@ -76,6 +76,11 @@ if host_machine.system() == 'darwin'
deps_other += [sandbox]
endif
if host_machine.system() == 'windows'
wsock32 = cxx.find_library('wsock32')
deps_other += [wsock32]
endif
subdir('build-utils-meson/threads')
boost = dependency(