Browse Source

remove unused app_compilers app env setting

pull/1903/head
Tristan Sloughter 6 years ago
parent
commit
86797b00ee
No known key found for this signature in database GPG Key ID: AAB97DDECCEB8150
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/rebar.app.src

+ 2
- 2
src/rebar.app.src View File

@ -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,

Loading…
Cancel
Save