mirror of
https://github.com/correl/rebar.git
synced 2024-11-27 11:09:55 +00:00
Fix whitespace error in rebar.config.sample
This commit is contained in:
parent
440fa6bd31
commit
d203ff17d7
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
%% Erlang compiler options
|
||||
{erl_opts, [no_debug_info, {i, "myinclude"}, {src_dirs, ["src1", "src2"]},
|
||||
{platform_define,
|
||||
"(linux|solaris|freebsd|darwin)", 'HAVE_SENDFILE'},
|
||||
"(linux|solaris|freebsd|darwin)", 'HAVE_SENDFILE'},
|
||||
{platform_define, "(linux|freebsd)", 'BACKLOG', 128},
|
||||
{platform_define, "R13", 'old_inets'}]}.
|
||||
|
||||
|
|
Loading…
Reference in a new issue