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:
parent
4130f44540
commit
2d5a70879b
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue