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

This commit is contained in:
2024-07-28 11:48:01 -05:00
parent b5175cb82b
commit baca904079
4 changed files with 25 additions and 0 deletions

View File

@ -110,6 +110,10 @@ if [ "${PROJECT_ENABLE_BOOST}" == "ON" ]; then
PROJECT_ENABLE_OPENSSL=ON
fi
if [ "${PROJECT_ENABLE_NANA}" == "ON" ]; then
PROJECT_ENABLE_LIBJPEG_TURBO=ON
fi
PROJECT_IS_ARM64=0
if [ "${PROJECT_BUILD_ARCH}" == "" ]; then
PROJECT_BUILD_ARCH=x86_64