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 5079dc9 commit 32f1799
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ libm = cc.find_library('m', required: false)

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

0 comments on commit 32f1799

Please sign in to comment.