diff options
author | alisdair sullivan <alisdairsullivan@yahoo.ca> | 2012-04-30 23:08:22 -0700 |
---|---|---|
committer | alisdair sullivan <alisdairsullivan@yahoo.ca> | 2012-04-30 23:08:22 -0700 |
commit | 79d173c49dabcebb85b9b64f34351cabe5a5ae2b (patch) | |
tree | 76bcdd57d3522993250faaad308f09241f5e246f | |
parent | 80f91af2d25cb7e280834a4b03f85f48493ab13c (diff) |
should also include compiler in list of application dependencies for rebar
-rw-r--r-- | ebin/rebar.app | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app index e042ca5..3b17df7 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -41,6 +41,7 @@ {applications, [kernel, stdlib, sasl, + compiler, crypto, syntax_tools, tools]}, |