From e4677dcaeb9345f2a5b720bf23360ed75e4a14b4 Mon Sep 17 00:00:00 2001 From: Vincent Rischmann Date: Thu, 21 Apr 2022 22:19:38 +0200 Subject: fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebb615a..c64e749 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ sqlite.addIncludeDir("third_party/zig-sqlite/c"); sqlite.linkLibC(); ``` -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`). +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`). Now it's just a matter of linking your `build.zig` target(s) to this library instead of the system one: -- cgit v1.2.3