mirror of
https://github.com/NixOS/nix.git
synced 2024-11-21 22:32:26 +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]
|
||||
endif
|
||||
|
||||
if host_machine.system() == 'windows'
|
||||
wsock32 = cxx.find_library('wsock32')
|
||||
deps_other += [wsock32]
|
||||
endif
|
||||
|
||||
subdir('build-utils-meson/threads')
|
||||
|
||||
boost = dependency(
|
||||
|
Loading…
Reference in New Issue
Block a user