libfetch: use static_deps when compiling libfetch under meson
parent
3fd120db5c
commit
2ac0a72430
|
@ -38,6 +38,7 @@ libfetch = static_library(
|
||||||
'fetch',
|
'fetch',
|
||||||
libfetch_src,
|
libfetch_src,
|
||||||
c_args: libfetch_cargs,
|
c_args: libfetch_cargs,
|
||||||
|
dependencies: static_deps,
|
||||||
)
|
)
|
||||||
|
|
||||||
libfetch_dep = declare_dependency(
|
libfetch_dep = declare_dependency(
|
||||||
|
|
Loading…
Reference in New Issue