Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
mborgerson committed Jan 2, 2025
1 parent 32f1799 commit 243c907
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,8 @@ have_vhost_net = have_vhost_net_kernel or have_vhost_net_user or have_vhost_net_
libm = cc.find_library('m', required: false)

if targetos == 'windows'
threads = dependency('', required: false)
# threads = dependency('', required: false)
threads = declare_dependency()
meson.override_dependency('threads', threads)
else
threads = dependency('threads')
Expand Down

0 comments on commit 243c907

Please sign in to comment.