mirror of
https://github.com/NixOS/nix.git
synced 2024-11-25 16:23:02 +00:00
msys2: link in wsock32 in libstore
This commit is contained in:
parent
f1fd277f1e
commit
c25967384f
@ -76,6 +76,11 @@ if host_machine.system() == 'darwin'
|
|||||||
deps_other += [sandbox]
|
deps_other += [sandbox]
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if host_machine.system() == 'windows'
|
||||||
|
wsock32 = cxx.find_library('wsock32')
|
||||||
|
deps_other += [wsock32]
|
||||||
|
endif
|
||||||
|
|
||||||
subdir('build-utils-meson/threads')
|
subdir('build-utils-meson/threads')
|
||||||
|
|
||||||
boost = dependency(
|
boost = dependency(
|
||||||
|
Loading…
Reference in New Issue
Block a user