postgresql: Add PG_LIB_DIR and PG_INCLUDE_DIR env vars (#1860)

This commit is contained in:
alex 2021-12-17 12:18:14 +00:00 committed by GitHub
parent c7839b8347
commit aa32a8135c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,9 @@
],
"env_add_path": "bin",
"env_set": {
"PGDATA": "$dir\\data"
"PGDATA": "$dir\\data",
"PG_LIB_DIR": "$dir\\lib",
"PG_INCLUDE_DIR": "$dir\\include"
},
"persist": "data",
"checkver": {