summaryrefslogtreecommitdiff
path: root/zig.mod
diff options
context:
space:
mode:
Diffstat (limited to 'zig.mod')
-rw-r--r--zig.mod5
1 files changed, 5 insertions, 0 deletions
diff --git a/zig.mod b/zig.mod
index 6f94565..5080c5b 100644
--- a/zig.mod
+++ b/zig.mod
@@ -9,3 +9,8 @@ c_source_files:
9 - c/sqlite3.c 9 - c/sqlite3.c
10 - c/workaround.c 10 - c/workaround.c
11dependencies: 11dependencies:
12- src: https://sqlite.org/2025/sqlite-amalgamation-3480000.zip
13 c_include_dirs:
14 - sqlite-amalgamation-3480000
15 c_source_files:
16 - sqlite-amalgamation-3480000/sqlite3.c