|
@ -39,7 +39,8 @@ Config2 = case os:type() of |
|
|
end, |
|
|
end, |
|
|
|
|
|
|
|
|
IsRebar3 = code:which(rebar3) /= non_existing, |
|
|
IsRebar3 = code:which(rebar3) /= non_existing, |
|
|
case IsRebar3 of |
|
|
|
|
|
|
|
|
IsMix = lists:keymember(mix, 1, application:loaded_applications()), |
|
|
|
|
|
case IsRebar3 or IsMix of |
|
|
false -> |
|
|
false -> |
|
|
Config2; |
|
|
Config2; |
|
|
true -> |
|
|
true -> |
|
|