1
0
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:
Vitaly Takmazov 2019-07-30 00:39:43 +03:00 committed by Alexander Medvednikov
parent cfe581e2ab
commit a2d4d38e8a

View File

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