Skip to content

Commit 5f18a56

Browse files
committed
TST: disable fatal meson warnings for link-against-local-lib package
This package tests adding RPATH entries via linker arguments. This functionality is deprecated in Meson but it is used in the wild thus we should make sure it keeps working.
1 parent b68870b commit 5f18a56

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/packages/link-against-local-lib/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ requires = ['meson-python']
88

99
[tool.meson-python]
1010
allow-windows-internal-shared-libs = true
11+
12+
[tool.meson-python.args]
13+
setup = ['--no-fatal-meson-warnings']

0 commit comments

Comments
 (0)