From 46a2049d46fb90a09221dd8f257252c2cc5dcded Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Mon, 13 Dec 2021 14:58:20 -0600 Subject: meson: fix underlinking issue with lua module --- src/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meson.build b/src/meson.build index 9422ca6..3cc4ce0 100644 --- a/src/meson.build +++ b/src/meson.build @@ -158,7 +158,7 @@ if(lua_dep.found()) libluaapk = library( 'luaapk', luaapk_src, - dependencies: [lua_dep, libapk_dep], + dependencies: [lua_dep, libapk_dep, shared_deps], install: true, install_dir: lua_dep.get_pkgconfig_variable('libdir'), c_args: apk_cargs, -- cgit v1.2.3-70-g09d2