mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02:00
Makefile: Now --with-rebar detects if it's system-installed, otherwise use local one
This commit is contained in:
parent
70e430cff1
commit
73f20a8f1e
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ else
|
||||||
REBARREL=$(REBAR) generate
|
REBARREL=$(REBAR) generate
|
||||||
REBARDEV=
|
REBARDEV=
|
||||||
RELIVECMD=@echo "Rebar2 detected... relive not supported.\
|
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
|
REL_LIB_DIR = rel/ejabberd/lib
|
||||||
COPY_REL_TARGET = rel
|
COPY_REL_TARGET = rel
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue