Explorar el Código

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 hace 6 años
padre
commit
6aaa54c6d1
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      src/rebar_prv_compile.erl

+ 1
- 0
src/rebar_prv_compile.erl Ver fichero

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

Cargando…
Cancelar
Guardar