Skip to content

Commit

Permalink
build: force building of the memtable plugin even if it wasn't specified
Browse files Browse the repository at this point in the history
  • Loading branch information
isaac-io authored and udi-speedb committed Jul 26, 2022
1 parent bb03151 commit defd556
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,10 @@ dummy := $(shell (export ROCKSDB_ROOT="$(CURDIR)"; \
# this file is generated by the previous line to set build flags and sources
include make_config.mk

ifeq ($(strip $(filter speedb,$(ROCKSDB_PLUGINS))),)
ROCKSDB_PLUGINS += speedb
endif

ROCKSDB_PLUGIN_MKS = $(foreach plugin, $(ROCKSDB_PLUGINS), plugin/$(plugin)/*.mk)
include $(ROCKSDB_PLUGIN_MKS)
ROCKSDB_PLUGIN_PROTO =ROCKSDB_NAMESPACE::ObjectLibrary\&, const std::string\&
Expand Down

0 comments on commit defd556

Please sign in to comment.