Browse Source

Update bootstrap script to include cf

pull/902/head
Heinz N. Gies 9 years ago
parent
commit
8d22f7d368
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      bootstrap

+ 1
- 0
bootstrap View File

@ -15,6 +15,7 @@ main(_Args) ->
%% Fetch and build deps required to build rebar3 %% Fetch and build deps required to build rebar3
BaseDeps = [{providers, []} BaseDeps = [{providers, []}
,{getopt, []} ,{getopt, []}
,{cf, []}
,{erlware_commons, ["ec_dictionary.erl", "ec_vsn.erl"]} ,{erlware_commons, ["ec_dictionary.erl", "ec_vsn.erl"]}
,{certifi, []}], ,{certifi, []}],
Deps = get_deps(), Deps = get_deps(),

Loading…
Cancel
Save