Skip to content

Commit

Permalink
Merge pull request #7 from tuncer/rebar-deprecation
Browse files Browse the repository at this point in the history
Fix rebar deprecation warnings
  • Loading branch information
dizzyd committed Oct 3, 2011
2 parents 908d05a + e5b18b1 commit 276c077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebar.config
@@ -1,6 +1,6 @@
{port_sources, ["c_src/*.c"]}. {port_sources, ["c_src/*.c"]}.
{so_name, "skerl_nifs.so"}. {so_name, "skerl_nifs.so"}.
{erl_opts, [debug_info, fail_on_warning]}. {erl_opts, [warnings_as_errors]}.
{port_envs, [ {port_envs, [
%% Make sure to link -lstdc++ on linux or solaris %% Make sure to link -lstdc++ on linux or solaris
{"(linux|solaris)", "LDFLAGS", "$LDFLAGS -lstdc++"}, {"(linux|solaris)", "LDFLAGS", "$LDFLAGS -lstdc++"},
Expand Down

0 comments on commit 276c077

Please sign in to comment.