diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -110,7 +110,7 @@ sqlite.addIncludeDir("third_party/zig-sqlite/c"); | |||
| 110 | sqlite.linkLibC(); | 110 | sqlite.linkLibC(); |
| 111 | ``` | 111 | ``` |
| 112 | 112 | ||
| 113 | 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`). | 113 | If you need to define custom [compile-time options](https://www.sqlite.org/compile.html#overview) for sqlite, modify the flags (second argument to `addCSourceFile`). |
| 114 | 114 | ||
| 115 | Now it's just a matter of linking your `build.zig` target(s) to this library instead of the system one: | 115 | Now it's just a matter of linking your `build.zig` target(s) to this library instead of the system one: |
| 116 | 116 | ||