Skip to content

Commit

Permalink
Try static: true
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd committed Aug 21, 2024
1 parent 4ff088e commit eb006af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
5 changes: 1 addition & 4 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ project(
)

py = import('python').find_installation()
nanoarrow_dep = dependency(
'nanoarrow',
default_options: ['default_library=static'],
)
nanoarrow_dep = dependency('nanoarrow', static: true)
nanobind_dep = dependency('nanobind')

py.extension_module(
Expand Down
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,3 @@ skip = "*musllinux*"

test-command = "python -m pytest {project}/tests"
test-requires = ["pytest", "pyarrow"]

[tool.meson-python.args]
install = ['--skip-subprojects']

0 comments on commit eb006af

Please sign in to comment.