should also include compiler in list of application dependencies for rebar

This commit is contained in:
alisdair sullivan 2012-04-30 23:08:22 -07:00
parent 80f91af2d2
commit 79d173c49d

View file

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