25
1
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:
Badlop 2024-01-03 18:58:30 +01:00
parent 35b727ac39
commit aad3306bdf

View File

@ -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