openssl: add env variables (#1762)

This commit is contained in:
alex 2021-01-20 16:04:03 +00:00 committed by GitHub
parent 33486a2fbd
commit e8d39bfe71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,9 @@
"bin": "bin\\openssl.exe",
"env_add_path": "bin",
"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]+)",
"autoupdate": {