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-16 00:02:44 +0100
commit4a0483910c9752d69bbd91af1ab12a6443d3b0a6 (patch)
treea0bcaee9d1b3f902f3b580210205ba6cd1f63515 /c/loadable-ext-sqlite3ext.h
parentMerge pull request #180 from nektro/patch-1 (diff)
downloadzig-sqlite-4a0483910c9752d69bbd91af1ab12a6443d3b0a6.tar.gz
zig-sqlite-4a0483910c9752d69bbd91af1ab12a6443d3b0a6.tar.xz
zig-sqlite-4a0483910c9752d69bbd91af1ab12a6443d3b0a6.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 'c/loadable-ext-sqlite3ext.h')
-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**