mirror of
https://github.com/vlang/v.git
synced 2025-08-03 17:57:59 -04:00
db.pg: add include and lib paths for PostgreSQL on FreeBSD (#20582)
This commit is contained in:
parent
9f6448e30e
commit
1207c29044
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user