mirror of
https://github.com/redis/redis.git
synced 2026-06-09 08:55:06 -04:00
Update target module in search (#13578)
Update search target path and version from M02
This commit is contained in:
parent
5f7d7ce8b0
commit
f39e51178e
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
SRC_DIR = src
|
||||
MODULE_VERSION = v9.99.99
|
||||
MODULE_VERSION = v7.99.1
|
||||
MODULE_REPO = https://github.com/redisearch/redisearch
|
||||
TARGET_MODULE = $(SRC_DIR)/bin/$(FULL_VARIANT)/coord-oss/redisearch.so
|
||||
TARGET_MODULE = $(SRC_DIR)/bin/$(FULL_VARIANT)/search-community/redisearch.so
|
||||
|
||||
include ../common.mk
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue