mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-28 10:14:21 +01:00
allow building without sqlite3
Changelog-Changed: build: SQLite3 is no longer a hard build requirement. C-Lightning can now be built to support only the PostgreSQL back-end.
This commit is contained in:
committed by
Christian Decker
parent
c1aa33a62a
commit
abbc712afb
@@ -4,7 +4,6 @@
|
||||
#include <ccan/autodata/autodata.h>
|
||||
#include <ccan/list/list.h>
|
||||
#include <ccan/short_types/short_types.h>
|
||||
#include <sqlite3.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
/* For testing, we want to catch fatal messages. */
|
||||
|
||||
Reference in New Issue
Block a user