diff options
author | Loïc Hoguin <[email protected]> | 2015-09-08 17:54:55 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2015-09-08 17:54:55 +0200 |
commit | 6feec02137b014f0bca2904008bac1e6cdae3c43 (patch) | |
tree | 0dd89c024277d90c97306d4806eb5d7d84813606 | |
parent | 283e2f411c7508ce6c4724a33026830ef02cc38e (diff) | |
parent | 355fb500afcb523142f7fbcc93d0e510c9f1dbed (diff) | |
download | erlang.mk-6feec02137b014f0bca2904008bac1e6cdae3c43.tar.gz erlang.mk-6feec02137b014f0bca2904008bac1e6cdae3c43.tar.bz2 erlang.mk-6feec02137b014f0bca2904008bac1e6cdae3c43.zip |
Merge branch 'support-DragonFly-platform' of https://github.com/rabbitmq/erlang.mk
-rw-r--r-- | core/core.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/core.mk b/core/core.mk index 4b292ee..f5ada0b 100644 --- a/core/core.mk +++ b/core/core.mk @@ -64,6 +64,8 @@ else ifeq ($(UNAME_S),NetBSD) PLATFORM = netbsd else ifeq ($(UNAME_S),OpenBSD) PLATFORM = openbsd +else ifeq ($(UNAME_S),DragonFly) +PLATFORM = dragonfly else $(error Unable to detect platform. Please open a ticket with the output of uname -a.) endif |