mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
pg: add windows include and lib flag
This commit is contained in:
parent
1d0f3abadf
commit
a6347118cd
1
.gitignore
vendored
1
.gitignore
vendored
@ -75,3 +75,4 @@ thirdparty/SDL2_ttf/
|
||||
cachegrind.out.*
|
||||
|
||||
.gdb_history
|
||||
/thirdparty/pg
|
||||
|
@ -3,6 +3,8 @@ module pg
|
||||
#flag -lpq
|
||||
#flag linux -I/usr/include/postgresql
|
||||
#flag darwin -I/opt/local/include/postgresql11
|
||||
#flag windows -I @VROOT/thirdparty/pg/include
|
||||
#flag windows -L @VROOT/thirdparty/pg/win64
|
||||
#include <libpq-fe.h>
|
||||
|
||||
pub struct DB {
|
||||
|
Loading…
Reference in New Issue
Block a user