This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
rebar3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
Add missing comma
Tuncer Ayaz
15 years ago
parent
8f9300124e
commit
6ea5a548e1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/rebar_erlc_compiler.erl
+ 1
- 1
src/rebar_erlc_compiler.erl
View File
@ -50,7 +50,7 @@
%
%
{
erl_opts
,
[
{
platform_define
,
%
%
"
(linux|solaris|freebsd|darwin)
"
,
%
%
'HAVE_SENDFILE'
}
,
%
%
{
platform_define
,
"
(linux|freebsd)
"
%
%
{
platform_define
,
"
(linux|freebsd)
"
,
%
%
'BACKLOG'
,
128
}
]
}
.
%
%
Write
Preview
Loading…
Cancel
Save