updated build system

This commit is contained in:
2024-12-09 09:37:39 -06:00
parent 8c9c7254b4
commit 1bbe5fbef4
2 changed files with 12 additions and 3 deletions

View File

@ -145,6 +145,12 @@ if [ "${PROJECT_ENABLE_PUGIXML}" == "ON" ]; then
)
fi
if [ "${PROJECT_ENABLE_ROCKSDB}" == "ON" ]; then
PROJECT_MSYS2_PACKAGE_LIST+=(
mingw64/mingw-w64-x86_64-rocksdb
)
fi
if [ "${PROJECT_ENABLE_SDL}" == "ON" ]; then
PROJECT_MSYS2_PACKAGE_LIST+=(
mingw64/mingw-w64-x86_64-SDL2