Skip to content

Commit 1207c29

Browse files
authored
db.pg: add include and lib paths for PostgreSQL on FreeBSD (#20582)
1 parent 9f6448e commit 1207c29

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vlib/db/pg/pg.c.v

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ $if $pkgconfig('libpq') {
2727

2828
#flag windows -I @VEXEROOT/thirdparty/pg/libpq
2929
#flag windows -L @VEXEROOT/thirdparty/pg/win64
30+
31+
#flag freebsd -I/usr/local/include
32+
#flag freebsd -L/usr/local/lib
3033
}
3134

3235
// PostgreSQL Source Code

0 commit comments

Comments
 (0)