25
1
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:
Badlop 2022-05-23 12:06:10 +02:00
parent ddc457060b
commit 7d16907296

View File

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