Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Makefile: Add Ranch as a BUILD_DEPS to be sure Ranch 1.2.0 is pulled
  • Loading branch information
dumbbell committed Nov 20, 2015
1 parent 5d0f587 commit 5de3690
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Expand Up @@ -3,6 +3,10 @@ PROJECT = rabbitmq_web_stomp
DEPS = cowboy sockjs rabbitmq_stomp
dep_cowboy_commit = 1.0.3

# FIXME: Add Ranch as a BUILD_DEPS to be sure Ranch 1.2.0 is picked. See
# rabbitmq-components.mk.
BUILD_DEPS += ranch

DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk

# FIXME: Use erlang.mk patched for RabbitMQ, while waiting for PRs to be
Expand Down

0 comments on commit 5de3690

Please sign in to comment.