Skip to content

Commit

Permalink
Add amqp_client to the rabbitmq_web_mqtt deps in Make
Browse files Browse the repository at this point in the history
as it is there in bazel
  • Loading branch information
HoloRin committed Sep 21, 2023
1 parent e669941 commit 4cf012b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/rabbitmq_web_mqtt/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ define PROJECT_ENV
endef

LOCAL_DEPS = ssl
DEPS = rabbit_common rabbit cowboy rabbitmq_mqtt
DEPS = amqp_client rabbit_common rabbit cowboy rabbitmq_mqtt
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers

# FIXME: Add Ranch as a BUILD_DEPS to be sure the correct version is picked.
Expand Down

0 comments on commit 4cf012b

Please sign in to comment.