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
Fix invalid template value
Used a nonexisting option instead of a correct one
pull/1249/head
Fred Hebert
8 years ago
parent
6bc8ccefd3
commit
c3f336763f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
priv/templates/escript_rebar.config
+ 1
- 1
priv/templates/escript_rebar.config
View File
@ -3,7 +3,7 @@
{escript_incl_apps,
[{{name}}]}.
{escript_
top_level
_app, {{name}}}.
{escript_
main
_app, {{name}}}.
{escript_name, {{name}}}.
{escript_emu_args, "%%! +sbtu +A0\n"}.
Write
Preview
Loading…
Cancel
Save