diff options
-rw-r--r-- | libfetch/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libfetch/meson.build b/libfetch/meson.build index 90e133b..18124f7 100644 --- a/libfetch/meson.build +++ b/libfetch/meson.build @@ -38,6 +38,7 @@ libfetch = static_library( 'fetch', libfetch_src, c_args: libfetch_cargs, + dependencies: static_deps, ) libfetch_dep = declare_dependency( |