Skip to content

Commit

Permalink
fixup! link with pthreads
Browse files Browse the repository at this point in the history
  • Loading branch information
mildsunrise authored May 6, 2024
1 parent b8aa462 commit 15c676d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ exe_jack_lsync = executable(
'jack_lsync',
c_args: c_args_common,
sources: ['lsync.c'],
dependencies: [dep_jack, lib_m],
dependencies: [dep_jack, dep_threads, lib_m],
install: true
)

Expand Down

0 comments on commit 15c676d

Please sign in to comment.