mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 01:31:20 +00:00
postgresql: Add PG_LIB_DIR and PG_INCLUDE_DIR env vars (#1860)
This commit is contained in:
parent
c7839b8347
commit
aa32a8135c
@ -28,7 +28,9 @@
|
|||||||
],
|
],
|
||||||
"env_add_path": "bin",
|
"env_add_path": "bin",
|
||||||
"env_set": {
|
"env_set": {
|
||||||
"PGDATA": "$dir\\data"
|
"PGDATA": "$dir\\data",
|
||||||
|
"PG_LIB_DIR": "$dir\\lib",
|
||||||
|
"PG_INCLUDE_DIR": "$dir\\include"
|
||||||
},
|
},
|
||||||
"persist": "data",
|
"persist": "data",
|
||||||
"checkver": {
|
"checkver": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user