librz: link to tree-sitter directly (#4603)

tree-sitter symbols are included in this library, so we need to
specify the dependency to avoid linking failures due to missing
tree-sitter symbols.

See-Also: https://bugs.gentoo.org/928301

Signed-off-by: John Helmert III <ajak@gentoo.org>
This commit is contained in:
ajakk 2024-09-03 08:46:24 -05:00 committed by GitHub
parent 4130f44540
commit 2d5a70879b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,6 +31,7 @@ rz_type = library('rz_type', rz_type_sources,
include_directories: rz_type_inc,
dependencies: [
rz_util_dep,
tree_sitter_dep,
tree_sitter_c_dep,
lrt
],