mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
pg: add Darwin flag for MacPorts installation path
This commit is contained in:
parent
cfe581e2ab
commit
a2d4d38e8a
@ -5,6 +5,7 @@ import time
|
||||
|
||||
#flag -lpq
|
||||
#flag linux -I/usr/include/postgresql
|
||||
#flag darwin -I/opt/local/include/postgresql11
|
||||
#include <libpq-fe.h>
|
||||
|
||||
struct DB {
|
||||
|
Loading…
Reference in New Issue
Block a user