summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index dcd474b..195f49c 100644
--- a/README.md
+++ b/README.md
@@ -124,7 +124,6 @@ If you need to define custom [compile-time options](https://www.sqlite.org/compi
124Now it's just a matter of linking your `build.zig` target(s) to this library instead of the system one: 124Now 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
127exe.linkLibC();
128exe.linkLibrary(sqlite); 127exe.linkLibrary(sqlite);
129exe.addPackagePath("sqlite", "third_party/zig-sqlite/sqlite.zig"); 128exe.addPackagePath("sqlite", "third_party/zig-sqlite/sqlite.zig");
130exe.addIncludeDir("third_party/zig-sqlite/c"); 129exe.addIncludeDir("third_party/zig-sqlite/c");