mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 03:00:17 +00:00
{ok, Module} is an acceptable return value from do_compile.
This commit is contained in:
parent
f7d62dee68
commit
60d106055b
1 changed files with 2 additions and 0 deletions
|
@ -217,6 +217,8 @@ do_compile(Config, Source, Target, DtlOpts) ->
|
||||||
Opts) of
|
Opts) of
|
||||||
ok ->
|
ok ->
|
||||||
ok;
|
ok;
|
||||||
|
{ok, _Mod} ->
|
||||||
|
ok;
|
||||||
{ok, _Mod, Ws} ->
|
{ok, _Mod, Ws} ->
|
||||||
rebar_base_compiler:ok_tuple(Config, Source, Ws);
|
rebar_base_compiler:ok_tuple(Config, Source, Ws);
|
||||||
{ok, _Mod, _Bin, Ws} ->
|
{ok, _Mod, _Bin, Ws} ->
|
||||||
|
|
Loading…
Reference in a new issue