ソースを参照

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, []}.

読み込み中…
キャンセル
保存