Преглед изворни кода

Make sure to create dir structure for output bams

pull/3/head
Dave Smith пре 15 година
родитељ
комит
51f6906da9
1 измењених фајлова са 1 додато и 0 уклоњено
  1. +1
    -0
      src/rebar_erlc_compiler.erl

+ 1
- 0
src/rebar_erlc_compiler.erl Прегледај датотеку

@ -124,6 +124,7 @@ internal_erl_compile(Source, Config, Outdir) ->
%% Construct the target filename
Target = filename:join([Outdir | string:tokens(Module, ".")]) ++ ".beam",
ok = filelib:ensure_dir(Target),
%% If the file needs compilation, based on last mod date of includes or
%% the target,

Loading…
Откажи
Сачувај