Преглед изворни кода

Document platform_define in sample config

Tuncer Ayaz пре 15 година
родитељ
комит
952b838d72
1 измењених фајлова са 4 додато и 1 уклоњено
  1. +4
    -1
      rebar.config.sample

+ 4
- 1
rebar.config.sample Прегледај датотеку

@ -16,7 +16,10 @@
{erl_first_files, ["mymib1", "mymib2"]}.
%% Erlang compiler options
{erl_opts, [{i, "myinclude"}, {src_dirs, ["src1", "src2"]}]}.
{erl_opts, [{i, "myinclude"}, {src_dirs, ["src1", "src2"]},
{platform_define,
"(linux|solaris|freebsd|darwin)", 'HAVE_SENDFILE'},
{platform_define, "(linux|freebsd)", 'BACKLOG', 128}]}.
%% MIB Options?
{mib_opts, []}.

Loading…
Откажи
Сачувај