Parcourir la source

Compile C code also when using Mix

pull/219/head
Badlop il y a 3 ans
Parent
révision
e484e3610a
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. +2
    -1
      rebar.config.script

+ 2
- 1
rebar.config.script Voir le fichier

@ -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 ->

Chargement…
Annuler
Enregistrer