From f7bde963ec5b25037594d0d369be9ad02f6ce0bd Mon Sep 17 00:00:00 2001 From: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Date: Mon, 20 Dec 2021 18:28:53 +0530 Subject: [PATCH] openssl-mingw: Fix bin path (Closes #3111) --- bucket/openssl-mingw.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bucket/openssl-mingw.json b/bucket/openssl-mingw.json index 4fd8d0c230..647960dd24 100644 --- a/bucket/openssl-mingw.json +++ b/bucket/openssl-mingw.json @@ -15,8 +15,7 @@ "extract_dir": "openssl-3.0.1-win32-mingw" } }, - "bin": "openssl.exe", - "env_add_path": ".", + "env_add_path": "bin", "env_set": { "OPENSSL_CONF": "$dir\\ssl\\openssl.cnf" },