summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index e35445c..25bd658 100755
--- a/bootstrap
+++ b/bootstrap
@@ -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],