Skip to content

Commit f38145f

Browse files
committed
wip-linux threads dep
1 parent e534dc7 commit f38145f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ fs = import('fs')
4545

4646
python = import('python').find_installation(pure: false)
4747

48+
threads_dep = dependency('threads')
49+
4850
numpy_abs_incdir = run_command(
4951
python, '-c', 'import numpy; print(numpy.get_include())',
5052
check: true,

src/pymmcore/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ python.extension_module(
5151
swig_gen_cpp_sources,
5252
dependencies: [
5353
mmcore_dep,
54+
threads_dep,
5455
],
5556
include_directories: [
5657
numpy_incdirs,

0 commit comments

Comments
 (0)