summaryrefslogtreecommitdiff
path: root/c/loadable-ext-sqlite3ext.h
diff options
context:
space:
mode:
authorGravatar Vincent Rischmann2025-01-12 18:31:10 +0100
committerGravatar Vincent Rischmann2025-02-13 18:40:57 +0100
commitb1e1bc8ef8d8a039a45be998e9c15e086ae4c52d (patch)
treee535f062fae139c4ed568f0788c4ce0b031971a7 /c/loadable-ext-sqlite3ext.h
parentfix tests for latest zig (diff)
downloadzig-sqlite-b1e1bc8ef8d8a039a45be998e9c15e086ae4c52d.tar.gz
zig-sqlite-b1e1bc8ef8d8a039a45be998e9c15e086ae4c52d.tar.xz
zig-sqlite-b1e1bc8ef8d8a039a45be998e9c15e086ae4c52d.zip
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`
Diffstat (limited to '')
-rw-r--r--c/loadable-ext-sqlite3ext.h1
1 files changed, 1 insertions, 0 deletions
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 @@
1/* sqlite3ext.h edited by the zig-sqlite build script */
1/* 2/*
2** 2006 June 7 3** 2006 June 7
3** 4**