This website works better with JavaScript.
首頁
探索
說明
註冊
登入
SisMaker
/
jiffy
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
Projects
0
版本發佈
62
Wiki
Activity
瀏覽代碼
Compile C code also when using Mix
pull/219/head
Badlop
3 年之前
父節點
b5f3d087cf
當前提交
e484e3610a
共有
1 個文件被更改
,包括
2 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 ->
Write
Preview
Loading…
取消
儲存