summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8fabb08..235c995 100644
--- a/README.md
+++ b/README.md
@@ -77,6 +77,8 @@ sqlite.addIncludeDir("third_party/zig-sqlite/c");
77sqlite.linkLibC(); 77sqlite.linkLibC();
78``` 78```
79 79
80If 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
80Now it's just a matter of linking your `build.zig` target(s) to this library instead of the system one: 82Now 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