diff options
author | Tristan Sloughter <t@crashfast.com> | 2018-10-06 10:45:06 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-06 10:45:06 -0600 |
commit | 4d92f3c040680213127fc3faa9638e1cd34b50fa (patch) | |
tree | 3604f226235c3eadf7f37755dacdf5de4cf534cd /src | |
parent | 21f0a4ebc233120f6634f010d082e71b97a8dd90 (diff) |
remove unused app_compilers app env setting (#1903)
Diffstat (limited to 'src')
-rw-r--r-- | src/rebar.app.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rebar.app.src b/src/rebar.app.src index 724f921..6058efc 100644 --- a/src/rebar.app.src +++ b/src/rebar.app.src @@ -40,8 +40,8 @@ {pkg, rebar_pkg_resource}, {hg, rebar_hg_resource}]}, - {app_compilers, [{erl, rebar_erlc_compiler}]}, - {compilers, [rebar_compiler_xrl, rebar_compiler_yrl, rebar_compiler_mib, rebar_compiler_erl]}, + {compilers, [rebar_compiler_xrl, rebar_compiler_yrl, + rebar_compiler_mib, rebar_compiler_erl]}, {providers, [rebar_prv_app_discovery, rebar_prv_as, |