Enable rocksdb in ci.yml

This commit is contained in:
Thomas Krijnen
2025-08-26 14:03:38 +02:00
parent 96336d6f68
commit 4e71ae7d85
2 changed files with 8 additions and 2 deletions
+3 -1
View File
@@ -346,7 +346,9 @@ if (WITH_ROCKSDB)
add_definitions(-DWITH_ROCKSDB)
set(SWIG_DEFINES ${SWIG_DEFINES} -DWITH_ROCKSDB)
set(RPCRT_LIBRARIES "rpcrt4.lib" "shlwapi.lib")
if(WIN32)
set(RPCRT_LIBRARIES "rpcrt4.lib" "shlwapi.lib")
endif()
endif()
# Find Boost: On win32 the (hardcoded) default is to use static libraries and