Переглянути джерело

Compile C code also when using Mix

pull/219/head
Badlop 3 роки тому
джерело
коміт
e484e3610a
1 змінених файлів з 2 додано та 1 видалено
  1. +2
    -1
      rebar.config.script

+ 2
- 1
rebar.config.script Переглянути файл

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

Завантаження…
Відмінити
Зберегти