db.pg: add include and lib paths for PostgreSQL on FreeBSD (#20582)

This commit is contained in:
Kim Shrier 2024-01-19 01:14:08 -07:00 committed by GitHub
parent 9f6448e30e
commit 1207c29044
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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