This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
rebar3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
Update bootstrap script to include cf
pull/902/head
Heinz N. Gies
9 years ago
parent
04be3f5963
commit
8d22f7d368
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
bootstrap
+ 1
- 0
bootstrap
View File
@ -15,6 +15,7 @@ main(_Args) ->
%% Fetch and build deps required to build rebar3
BaseDeps = [{providers, []}
,{getopt, []}
,{cf, []}
,{erlware_commons, ["ec_dictionary.erl", "ec_vsn.erl"]}
,{certifi, []}],
Deps = get_deps(),
Write
Preview
Loading…
Cancel
Save