Browse Source

should also include compiler in list of application dependencies for rebar

pull/3/head
alisdair sullivan 13 years ago
parent
commit
79d173c49d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      ebin/rebar.app

+ 1
- 0
ebin/rebar.app View File

@ -41,6 +41,7 @@
{applications, [kernel,
stdlib,
sasl,
compiler,
crypto,
syntax_tools,
tools]},

Loading…
Cancel
Save