diff options
Diffstat (limited to '')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -77,6 +77,8 @@ sqlite.addIncludeDir("third_party/zig-sqlite/c"); | |||
| 77 | sqlite.linkLibC(); | 77 | sqlite.linkLibC(); |
| 78 | ``` | 78 | ``` |
| 79 | 79 | ||
| 80 | If you need to define custom [compime-time options](https://www.sqlite.org/compile.html#overview) for sqlite, modify the flags (second argument to `addCSourceFile`). | ||
| 81 | |||
| 80 | Now it's just a matter of linking your `build.zig` target(s) to this library instead of the system one: | 82 | Now it's just a matter of linking your `build.zig` target(s) to this library instead of the system one: |
| 81 | 83 | ||
| 82 | ```zig | 84 | ```zig |