This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
jiffy
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
Compile C code also when using Mix
pull/219/head
Badlop
3 years ago
parent
b5f3d087cf
commit
e484e3610a
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
rebar.config.script
+ 2
- 1
rebar.config.script
View File
@ -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…
Cancel
Save