We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25b935f commit c1c4a8aCopy full SHA for c1c4a8a
deps/rabbit_common/mk/rabbitmq-early-plugin.mk
@@ -4,8 +4,8 @@
4
5
DIALYZER_OPTS ?= -Werror_handling -Wunmatched_returns -Wunknown
6
7
+dialyze: ELIXIR_LIBS = $(dir $(shell readlink -f `which elixir`))/../lib
8
dialyze: ERL_LIBS = $(APPS_DIR):$(DEPS_DIR):$(ELIXIR_LIBS)
-dialyze: ELIXIR = sytem
9
10
# --------------------------------------------------------------------
11
# Common Test flags.
0 commit comments