From 549283e9bea8e9f09d6ee2fd25597288cea58cd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Vis=C3=A9e?= Date: Sat, 15 Feb 2020 21:08:17 +0100 Subject: [PATCH] openssl: Add to PATH to make libraries discoverable (#800) --- bucket/openssl.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bucket/openssl.json b/bucket/openssl.json index 6c2baeb123..85f7f120c2 100644 --- a/bucket/openssl.json +++ b/bucket/openssl.json @@ -21,6 +21,9 @@ "env_set": { "OPENSSL_CONF": "$dir\\bin\\cnf\\openssl.cnf" }, + "env_add_path": [ + "bin" + ], "checkver": "Win32 OpenSSL v([^\\s]+)", "autoupdate": { "architecture": {