From: Fred Morcos Date: Fri, 22 Mar 2024 09:29:32 +0000 (+0100) Subject: Meson: Fix ssqlite3 build on MacOS X-Git-Tag: rec-5.1.0-alpha1~80^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bdba8a780ee50794752cfc3072c1b78e8ec934a;p=thirdparty%2Fpdns.git Meson: Fix ssqlite3 build on MacOS --- diff --git a/meson.build b/meson.build index c37257ae3b..ce9ecc634f 100644 --- a/meson.build +++ b/meson.build @@ -318,7 +318,7 @@ if dep_sqlite3.found() link_whole: static_library( 'pdns-ssqlite3', sources: files(src_dir / 'ssqlite3.cc', src_dir / 'ssqlite3.hh'), - dependencies: dep_sqlite3, + dependencies: deps, ) ) endif