From 79d173c49dabcebb85b9b64f34351cabe5a5ae2b Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Mon, 30 Apr 2012 23:08:22 -0700 Subject: should also include compiler in list of application dependencies for rebar --- ebin/rebar.app | 1 + 1 file changed, 1 insertion(+) (limited to 'ebin') 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]}, -- cgit v1.2.1