openssl-mingw: Fix bin path (Closes #3111)

This commit is contained in:
Rashil Gandhi 2021-12-20 18:28:53 +05:30 committed by GitHub
parent 3218147b35
commit f7bde963ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,8 +15,7 @@
"extract_dir": "openssl-3.0.1-win32-mingw" "extract_dir": "openssl-3.0.1-win32-mingw"
} }
}, },
"bin": "openssl.exe", "env_add_path": "bin",
"env_add_path": ".",
"env_set": { "env_set": {
"OPENSSL_CONF": "$dir\\ssl\\openssl.cnf" "OPENSSL_CONF": "$dir\\ssl\\openssl.cnf"
}, },