Skip to content

Commit 9c30562

Browse files
authored
Merge pull request #11298 from rabbitmq/mergify/bp/v3.13.x/pr-11297
Reduce inefficiency introduced in b636f41 (backport #11297)
2 parents 3b986c3 + ac24523 commit 9c30562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ endif
1616

1717
DIALYZER_OPTS ?= -Werror_handling
1818

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 ]"))
19+
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 ]"))
2020

2121
# --------------------------------------------------------------------
2222
# %-on-concourse dependencies.

0 commit comments

Comments
 (0)