Skip to content

Commit

Permalink
Merge pull request #37 from seannaswell/patch-1
Browse files Browse the repository at this point in the history
Add DragonFly to rebar.config
  • Loading branch information
mworrell committed Apr 5, 2023
2 parents c3e26f9 + ae7eeb9 commit 800cfa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@

{pre_hooks,
[{"(linux|darwin|solaris)", compile, "make -C c_src"},
{"(freebsd|openbsd)", compile, "gmake -C c_src"}]}.
{"(freebsd|openbsd|dragonfly)", compile, "gmake -C c_src"}]}.

{post_hooks,
[{"(linux|darwin|solaris)", clean, "make -C c_src clean"},
{"(freebsd|openbsd)", clean, "gmake -C c_src clean"}]}.
{"(freebsd|openbsd|dragonfly)", clean, "gmake -C c_src clean"}]}.
{deps, [
{poolboy, "1.5.2"}
]}.
Expand Down

0 comments on commit 800cfa7

Please sign in to comment.