Skip to content

Commit

Permalink
Post-merge fixes: fix linking on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
spetrunia committed Jun 16, 2019
1 parent ba2f20c commit 23b967d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion storage/rocksdb/CMakeLists.txt
Expand Up @@ -100,6 +100,8 @@ SET(ROCKSDB_SE_SOURCES
rdb_psi.cc
rdb_sst_info.cc
rdb_sst_info.h
rdb_converter.cc
rdb_converter.h
)

# MariaDB: the following is added in build_rocksdb.cmake, when appropriate:
Expand Down Expand Up @@ -145,7 +147,6 @@ ADD_CONVENIENCE_LIBRARY(rocksdb_aux_lib
rdb_cf_options.h
event_listener.cc
event_listener.h
rdb_converter.cc rdb_converter.h
rdb_perf_context.cc
rdb_perf_context.h
rdb_buff.h
Expand Down

0 comments on commit 23b967d

Please sign in to comment.