瀏覽代碼

remove unused app_compilers app env setting (#1903)

pull/1908/head
Tristan Sloughter 6 年之前
committed by GitHub
父節點
當前提交
4d92f3c040
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      src/rebar.app.src

+ 2
- 2
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,

Loading…
取消
儲存