mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
msys2: link in wsock32 in libstore
This commit is contained in:
parent
f1fd277f1e
commit
c25967384f
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue