Allow adding rabbitmqctl to PLT_APPS

This commit is contained in:
Rin Kuryloski 2024-04-29 12:47:10 +02:00
parent 9fbc0fbfa4
commit b636f41ef2
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ endif
DIALYZER_OPTS ?= -Werror_handling
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 ]"))
# --------------------------------------------------------------------
# %-on-concourse dependencies.
# --------------------------------------------------------------------