mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
openssl: add env variables (#1762)
This commit is contained in:
parent
33486a2fbd
commit
e8d39bfe71
@ -20,7 +20,9 @@
|
|||||||
"bin": "bin\\openssl.exe",
|
"bin": "bin\\openssl.exe",
|
||||||
"env_add_path": "bin",
|
"env_add_path": "bin",
|
||||||
"env_set": {
|
"env_set": {
|
||||||
"OPENSSL_CONF": "$dir\\bin\\cnf\\openssl.cnf"
|
"OPENSSL_CONF": "$dir\\bin\\cnf\\openssl.cnf",
|
||||||
|
"OPENSSL_LIB_DIR": "$dir\\lib",
|
||||||
|
"OPENSSL_INCLUDE_DIR": "$dir\\include"
|
||||||
},
|
},
|
||||||
"checkver": "Win32 OpenSSL v([^\\s]+)",
|
"checkver": "Win32 OpenSSL v([^\\s]+)",
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user