浏览代码

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

正在加载...
取消
保存