diff options
author | Tristan Sloughter <t@crashfast.com> | 2015-09-19 11:04:32 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2015-09-19 11:04:32 -0500 |
commit | 791b5670eeb92956d507e169ad056b6e891ec5c2 (patch) | |
tree | dd82ae818ab325882f5e161a80e474a8fc648f6f /bootstrap | |
parent | d9638f88fb48371ceddc399ca3bfeee9ddaadcae (diff) | |
parent | 7dfbdafb26e248c3f2297cd42975323be3f690ab (diff) |
Merge branch 'benoitc-feature/certifi'
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -15,7 +15,8 @@ main(_Args) -> %% Fetch and build deps required to build rebar3 BaseDeps = [{providers, []} ,{getopt, []} - ,{erlware_commons, ["ec_dictionary.erl", "ec_vsn.erl"]}], + ,{erlware_commons, ["ec_dictionary.erl", "ec_vsn.erl"]} + ,{certifi, []}], Deps = get_deps(), [fetch_and_compile(Dep, Deps) || Dep <- BaseDeps], |