Commit e66c1210 authored by Max Kellermann's avatar Max Kellermann

lib/sqlite/meson.build: add missing external dependency on libsqlite

parent dbe12a6b
......@@ -21,4 +21,7 @@ sqlite = static_library(
sqlite_dep = declare_dependency(
link_with: sqlite,
dependencies: [
sqlite_dep,
],
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment