mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 03:00:11 +01:00
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:
parent
236b8f081c
commit
f81d0cab83
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ _libnil_rs_bindings = static_library(
|
|||
)
|
||||
|
||||
_libnil = static_library(
|
||||
'libnil',
|
||||
'nil',
|
||||
files('lib.rs'),
|
||||
gnu_symbol_visibility: 'hidden',
|
||||
rust_abi: 'c',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue