updated build system
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
2024-08-23 22:45:06 -05:00
parent 81ece92a62
commit aa9d314d89

View File

@ -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