Skip to content

Commit

Permalink
wip-linux
Browse files Browse the repository at this point in the history
  • Loading branch information
marktsuchida committed Jan 19, 2024
1 parent e534dc7 commit f663297
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ fs = import('fs')

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

thread_dep = dependency('thread')

numpy_abs_incdir = run_command(
python, '-c', 'import numpy; print(numpy.get_include())',
check: true,
Expand Down
1 change: 1 addition & 0 deletions src/pymmcore/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ python.extension_module(
swig_gen_cpp_sources,
dependencies: [
mmcore_dep,
thread_dep,
],
include_directories: [
numpy_incdirs,
Expand Down

0 comments on commit f663297

Please sign in to comment.