24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-02 21:17:12 +02:00

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

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