Skip to content

Commit c1c4a8a

Browse files
committed
Fix dialyze?
1 parent 25b935f commit c1c4a8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
DIALYZER_OPTS ?= -Werror_handling -Wunmatched_returns -Wunknown
66

7+
dialyze: ELIXIR_LIBS = $(dir $(shell readlink -f `which elixir`))/../lib
78
dialyze: ERL_LIBS = $(APPS_DIR):$(DEPS_DIR):$(ELIXIR_LIBS)
8-
dialyze: ELIXIR = sytem
99

1010
# --------------------------------------------------------------------
1111
# Common Test flags.

0 commit comments

Comments
 (0)