Makefile: Now --with-rebar detects if it's system-installed, otherwise use local one

This commit is contained in:
Badlop 2024-02-16 13:24:05 +01:00
parent 70e430cff1
commit 73f20a8f1e
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ else
REBARREL=$(REBAR) generate
REBARDEV=
RELIVECMD=@echo "Rebar2 detected... relive not supported.\
\nTry: ./configure --with-rebar=./rebar3 ; make relive"
\nTry: ./configure --with-rebar=rebar3 ; make relive"
REL_LIB_DIR = rel/ejabberd/lib
COPY_REL_TARGET = rel
endif