Skip to content

Commit

Permalink
fix missing flags. TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed Aug 20, 2014
1 parent 4e930db commit 30604fb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{port_env,
[{"darwin", "LDFLAGS", "-framework CoreFoundation -framework CoreServices"},
{"darwin", "CC", "clang"},
{"darwin", "CFLAGS", "-Wno-deprecated-declarations"}]
{"darwin", "CFLAGS", "-Wno-deprecated-declarations"},
{"linux", "LDFLAGS", ""},
{"linux", "CC", "gcc"},
{"linux", "CFLAGS", ""}]
}.

{port_specs, [
Expand Down

0 comments on commit 30604fb

Please sign in to comment.