瀏覽代碼

Ensure the right deps are in path

Compile time with parse transforms needs to have the deps first in scope
before the plugins
pull/1963/head
Fred Hebert 6 年之前
父節點
當前提交
6aaa54c6d1
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      src/rebar_prv_compile.erl

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

@ -195,6 +195,7 @@ build_app(AppInfo, State) ->
case rebar_app_info:project_type(AppInfo) of
Type when Type =:= rebar3 ; Type =:= undefined ->
Compilers = rebar_state:compilers(State),
rebar_paths:set_paths([deps], State),
rebar_compiler:compile_all(Compilers, AppInfo);
Type ->
ProjectBuilders = rebar_state:project_builders(State),

Loading…
取消
儲存