diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2021-12-10 14:04:21 -0600 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2021-12-14 18:46:18 +0000 |
commit | 2ac0a72430fa3ec006a01a424ef52d650315e4a1 (patch) | |
tree | c073a6021b02665bbb61aa377e4c85a2c19e3a8b /libfetch | |
parent | 3fd120db5c0f6e32740796a914945166d3d887fb (diff) | |
download | apk-tools-2ac0a72430fa3ec006a01a424ef52d650315e4a1.tar.gz apk-tools-2ac0a72430fa3ec006a01a424ef52d650315e4a1.tar.bz2 apk-tools-2ac0a72430fa3ec006a01a424ef52d650315e4a1.tar.xz apk-tools-2ac0a72430fa3ec006a01a424ef52d650315e4a1.zip |
libfetch: use static_deps when compiling libfetch under meson
Diffstat (limited to 'libfetch')
-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( |