Skip to content

Commit 252f541

Browse files
committed
zigmod: update
1 parent 6f7feeb commit 252f541

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

zig.mod

+5-4
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ name: sqlite
33
main: sqlite.zig
44
license: MIT
55
description: Thin SQLite wrapper
6-
c_include_dirs:
7-
- c
8-
c_source_files:
9-
- c/sqlite3.c
106
dependencies:
7+
- src: https://sqlite.org/2025/sqlite-amalgamation-3480000.zip
8+
c_include_dirs:
9+
- sqlite-amalgamation-3480000
10+
c_source_files:
11+
- sqlite-amalgamation-3480000/sqlite3.c

0 commit comments

Comments
 (0)