From f1bb88624b1080ce81c27d922c154493017971cc Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Sun, 28 Jul 2024 12:40:51 -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 dfdb49ed..0f9e7cad 100755 --- a/scripts/env.sh +++ b/scripts/env.sh @@ -110,7 +110,7 @@ if [ "${PROJECT_ENABLE_BOOST}" == "ON" ]; then PROJECT_ENABLE_OPENSSL=ON fi -if [ "${PROJECT_ENABLE_NANA}" == "ON" ]; then +if [ "${PROJECT_ENABLE_WXWIDGETS}" == "ON" ] || [ "${PROJECT_ENABLE_NANA}" == "ON" ]; then PROJECT_ENABLE_LIBJPEG_TURBO=ON PROJECT_ENABLE_LIBPNG=ON fi