浏览代码

keep plugins in path after compileprovider run

pull/613/head
Tristan Sloughter 9 年前
父节点
当前提交
7797a66e88
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      src/rebar_prv_compile.erl

+ 2
- 1
src/rebar_prv_compile.erl 查看文件

@ -63,7 +63,8 @@ do(State) ->
rebar_hooks:run_all_hooks(Cwd, post, ?PROVIDER, Providers, State2),
has_all_artifacts(State3),
rebar_utils:cleanup_code_path(rebar_state:code_paths(State3, default)),
rebar_utils:cleanup_code_path(rebar_state:code_paths(State3, default)
++ rebar_state:code_paths(State, all_plugin_deps)),
{ok, State3}.

正在加载...
取消
保存