diff options
Diffstat (limited to '')
| -rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
| @@ -124,7 +124,6 @@ If you need to define custom [compile-time options](https://www.sqlite.org/compi | |||
| 124 | Now it's just a matter of linking your `build.zig` target(s) to this library instead of the system one: | 124 | Now it's just a matter of linking your `build.zig` target(s) to this library instead of the system one: |
| 125 | 125 | ||
| 126 | ```zig | 126 | ```zig |
| 127 | exe.linkLibC(); | ||
| 128 | exe.linkLibrary(sqlite); | 127 | exe.linkLibrary(sqlite); |
| 129 | exe.addPackagePath("sqlite", "third_party/zig-sqlite/sqlite.zig"); | 128 | exe.addPackagePath("sqlite", "third_party/zig-sqlite/sqlite.zig"); |
| 130 | exe.addIncludeDir("third_party/zig-sqlite/c"); | 129 | exe.addIncludeDir("third_party/zig-sqlite/c"); |