From aa9d314d898a0b986213d945acabee01e59df8ed Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Fri, 23 Aug 2024 22:45:06 -0500 Subject: [PATCH] updated build system --- scripts/env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/env.sh b/scripts/env.sh index 61da24dd..be154fa5 100755 --- a/scripts/env.sh +++ b/scripts/env.sh @@ -225,7 +225,7 @@ fi if [ "${PROJECT_ENABLE_LIBDSM}" == "ON" ]; then PROJECT_ENABLE_LIBICONV=ON PROJECT_ENABLE_LIBTASN=ON - if [ "${PROJECT_IS_MINGW}" ]; then + if [ "${PROJECT_IS_MINGW}" == "1" ]; then PROJECT_KEEP_OPENSSL=1 else PROJECT_ENABLE_OPENSSL=ON