revert rocksdb

This commit is contained in:
2024-12-09 11:47:22 -06:00
parent 3b87050dcb
commit d93204bfe6
3 changed files with 3 additions and 19 deletions

View File

@ -145,12 +145,6 @@ 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