Skip to content

Commit

Permalink
revert freebsd compilation on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed Sep 24, 2015
1 parent 88e4f5a commit 5bec73a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
}.

{port_specs,
[%{"darwin", "priv/mac_listener", ["c_src/mac/*.c"]},
{"darwin", "priv/kqueue", ["c_src/bsd/*.c"]}

[{"darwin", "priv/mac_listener", ["c_src/mac/*.c"]},
{"freebsd", "priv/kqueue", ["c_src/bsd/*.c"]}
]}.

%{pre_hooks, [
Expand Down

0 comments on commit 5bec73a

Please sign in to comment.