mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 11:09:55 +00:00
should also include compiler in list of application dependencies for rebar
This commit is contained in:
parent
80f91af2d2
commit
79d173c49d
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@
|
|||
{applications, [kernel,
|
||||
stdlib,
|
||||
sasl,
|
||||
compiler,
|
||||
crypto,
|
||||
syntax_tools,
|
||||
tools]},
|
||||
|
|
Loading…
Reference in a new issue