Skip to content

Commit d9ec656

Browse files
committed
TST: disable fatal meson warnings for package setting RPATH via linker arguments
1 parent 39c12db commit d9ec656

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)