From f81d0cab8374e210b1f098283dfdd2f69ad7952d Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Thu, 4 Dec 2025 15:52:39 +0100 Subject: [PATCH] nil: drop duplicate lib in "liblibnil.a" It's a static lib so it doesn't matter much, but we might as well drop the dupe. Part-of: --- src/nouveau/nil/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nouveau/nil/meson.build b/src/nouveau/nil/meson.build index 76b005c71a5..1e77584b650 100644 --- a/src/nouveau/nil/meson.build +++ b/src/nouveau/nil/meson.build @@ -75,7 +75,7 @@ _libnil_rs_bindings = static_library( ) _libnil = static_library( - 'libnil', + 'nil', files('lib.rs'), gnu_symbol_visibility: 'hidden', rust_abi: 'c',