瀏覽代碼

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…
取消
儲存