mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 01:01:22 +00:00
openssl: Add to PATH to make libraries discoverable (#800)
This commit is contained in:
parent
7c8e49bc9e
commit
549283e9be
@ -21,6 +21,9 @@
|
|||||||
"env_set": {
|
"env_set": {
|
||||||
"OPENSSL_CONF": "$dir\\bin\\cnf\\openssl.cnf"
|
"OPENSSL_CONF": "$dir\\bin\\cnf\\openssl.cnf"
|
||||||
},
|
},
|
||||||
|
"env_add_path": [
|
||||||
|
"bin"
|
||||||
|
],
|
||||||
"checkver": "Win32 OpenSSL v([^\\s]+)",
|
"checkver": "Win32 OpenSSL v([^\\s]+)",
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user