From 4a0483910c9752d69bbd91af1ab12a6443d3b0a6 Mon Sep 17 00:00:00 2001 From: Vincent Rischmann Date: Sun, 12 Jan 2025 18:31:10 +0100 Subject: stop vendoring the sqlite C code, rework the build * Use the zig package manager to fetch sqlite directly from upstream * Integrate the preprocessing tool directly into the build script This makes it simpler to upgrade the SQLite source code: * use `zig fetch` * run `zig build preprocess-headers` --- c/loadable-ext-sqlite3ext.h | 1 + 1 file changed, 1 insertion(+) (limited to 'c/loadable-ext-sqlite3ext.h') diff --git a/c/loadable-ext-sqlite3ext.h b/c/loadable-ext-sqlite3ext.h index dd8033f..14750a7 100644 --- a/c/loadable-ext-sqlite3ext.h +++ b/c/loadable-ext-sqlite3ext.h @@ -1,3 +1,4 @@ +/* sqlite3ext.h edited by the zig-sqlite build script */ /* ** 2006 June 7 ** -- cgit v1.2.3