Commit 70e88b50 authored by Teodor Mircea Ionita's avatar Teodor Mircea Ionita

MDEV-15778: Rocksdb missing linkage to dbug library

Was failing with Debug build on macOS 10.13.4
parent 8b087c63
......@@ -210,7 +210,7 @@ MYSQL_ADD_EXECUTABLE(sst_dump rocksdb/tools/sst_dump.cc COMPONENT rocksdb-engine
TARGET_LINK_LIBRARIES(sst_dump rocksdblib)
MYSQL_ADD_EXECUTABLE(mysql_ldb tools/mysql_ldb.cc COMPONENT rocksdb-engine)
TARGET_LINK_LIBRARIES(mysql_ldb rocksdb_tools rocksdb_aux_lib)
TARGET_LINK_LIBRARIES(mysql_ldb rocksdb_tools rocksdb_aux_lib dbug)
INSTALL_SCRIPT(myrocks_hotbackup COMPONENT rocksdb-engine)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment