diff options
| author | 2025-01-12 18:31:10 +0100 | |
|---|---|---|
| committer | 2025-02-16 00:02:44 +0100 | |
| commit | 4a0483910c9752d69bbd91af1ab12a6443d3b0a6 (patch) | |
| tree | a0bcaee9d1b3f902f3b580210205ba6cd1f63515 /c/loadable-ext-sqlite3ext.h | |
| parent | Merge pull request #180 from nektro/patch-1 (diff) | |
| download | zig-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.h | 1 |
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 | ** |