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.
2 parents 3b986c3 + ac24523 commit 9c30562Copy full SHA for 9c30562
deps/rabbit_common/mk/rabbitmq-early-test.mk
@@ -16,7 +16,7 @@ endif
16
17
DIALYZER_OPTS ?= -Werror_handling
18
19
-dialyze: ERL_LIBS := $(ERL_LIBS):$(DEPS_DIR):$(DEPS_DIR)/rabbitmq_cli/_build/dev/lib:$(dir $(shell elixir --eval ":io.format '~s~n', [:code.lib_dir :elixir ]"))
+dialyze: ERL_LIBS = $(APPS_DIR):$(DEPS_DIR):$(DEPS_DIR)/rabbitmq_cli/_build/dev/lib:$(dir $(shell elixir --eval ":io.format '~s~n', [:code.lib_dir :elixir ]"))
20
21
# --------------------------------------------------------------------
22
# %-on-concourse dependencies.
0 commit comments