mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Makefile: Support using --with-rebar=/path/to/mix
This commit is contained in:
parent
35b727ac39
commit
aad3306bdf
@ -92,7 +92,7 @@ ifneq ($(INSTALLGROUP),)
|
|||||||
G_USER=-g $(INSTALLGROUP)
|
G_USER=-g $(INSTALLGROUP)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq "$(MIX)" "mix"
|
ifeq "$(notdir $(MIX))" "mix"
|
||||||
REBAR_VER:=6
|
REBAR_VER:=6
|
||||||
REBAR_VER_318:=0
|
REBAR_VER_318:=0
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user