libfetch: use static_deps when compiling libfetch under meson

cute-signatures
Ariadne Conill 2021-12-10 14:04:21 -06:00 committed by Timo Teräs
parent 3fd120db5c
commit 2ac0a72430
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ libfetch = static_library(
'fetch',
libfetch_src,
c_args: libfetch_cargs,
dependencies: static_deps,
)
libfetch_dep = declare_dependency(