Skip to content

Commit

Permalink
db.pg: add include and lib paths for PostgreSQL on FreeBSD (#20582)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimshrier committed Jan 19, 2024
1 parent 9f6448e commit 1207c29
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vlib/db/pg/pg.c.v
Expand Up @@ -27,6 +27,9 @@ $if $pkgconfig('libpq') {

#flag windows -I @VEXEROOT/thirdparty/pg/libpq
#flag windows -L @VEXEROOT/thirdparty/pg/win64

#flag freebsd -I/usr/local/include
#flag freebsd -L/usr/local/lib
}

// PostgreSQL Source Code
Expand Down

0 comments on commit 1207c29

Please sign in to comment.