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: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38807>
This commit is contained in:
Eric Engestrom 2025-12-04 15:52:39 +01:00
parent 236b8f081c
commit f81d0cab83

View file

@ -75,7 +75,7 @@ _libnil_rs_bindings = static_library(
) )
_libnil = static_library( _libnil = static_library(
'libnil', 'nil',
files('lib.rs'), files('lib.rs'),
gnu_symbol_visibility: 'hidden', gnu_symbol_visibility: 'hidden',
rust_abi: 'c', rust_abi: 'c',