mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Configure eimp with mix to detect image convert properly (#3823)
This commit is contained in:
parent
ddc457060b
commit
7d16907296
@ -109,7 +109,7 @@ ifeq "$(REBAR_VER)" "6"
|
|||||||
DEPSBASE=_build
|
DEPSBASE=_build
|
||||||
DEPSDIR=$(DEPSBASE)/dev/lib
|
DEPSDIR=$(DEPSBASE)/dev/lib
|
||||||
GET_DEPS= deps.get
|
GET_DEPS= deps.get
|
||||||
CONFIGURE_DEPS=
|
CONFIGURE_DEPS=(cd deps/eimp; ./configure)
|
||||||
EBINDIR=$(DEPSDIR)/ejabberd/ebin
|
EBINDIR=$(DEPSDIR)/ejabberd/ebin
|
||||||
XREFOPTIONS=graph
|
XREFOPTIONS=graph
|
||||||
CLEANARG=--deps
|
CLEANARG=--deps
|
||||||
|
Loading…
Reference in New Issue
Block a user