Skip to content

Commit 75b5258

Browse files
committed
Fix dialyze target in plugins when asdf is used
[This](ninenines/erlang.mk@e13b4c7) `erlang.mk` commit fixed the detection of Elixir libraries for `asdf` users, but the "old way" remained in `rabbitmq-early-plugin.mk`. Removing the `dialyze` target env definitions fixes this issue, and, the value of `ERL_LIBS` that is set is the same. Win-win.
1 parent 6abeaf4 commit 75b5258

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

deps/rabbit_common/mk/rabbitmq-early-plugin.mk

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44

55
DIALYZER_OPTS ?= -Werror_handling -Wunmatched_returns -Wunknown
66

7-
dialyze: ELIXIR_LIBS = $(dir $(shell readlink -f `which elixir`))/../lib
8-
dialyze: ERL_LIBS = $(APPS_DIR):$(DEPS_DIR):$(ELIXIR_LIBS)
9-
107
# --------------------------------------------------------------------
118
# Common Test flags.
129
# --------------------------------------------------------------------

0 commit comments

Comments
 (0)