Skip to content

Commit

Permalink
docs: fix the C sqlite example with flags to make it work on FreeBSD (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
kimshrier committed Nov 18, 2023
1 parent f7b9e4e commit 0b2a8e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/docs.md
Expand Up @@ -6507,6 +6507,7 @@ For all supported options check the latest help:
**Example**
```v
#flag freebsd -I/usr/local/include -L/usr/local/lib
#flag -lsqlite3
#include "sqlite3.h"
// See also the example from https://www.sqlite.org/quickstart.html
Expand Down

0 comments on commit 0b2a8e1

Please sign in to comment.