summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorFred Hebert <mononcqc@ferd.ca>2017-07-31 08:42:33 -0400
committerFred Hebert <mononcqc@ferd.ca>2017-07-31 08:42:33 -0400
commitcf6550daa6148b1bf3af3aec6ef2727f82ac1c16 (patch)
treea305e5e58984a6ffae097717d499d4974155b65a /bootstrap
parent330baef58fa02c8cddc31c5c373fc5bda30f11dd (diff)
Upgrade certifi dependencies
Get more up-to-date root certs. This was blocked for a while because certifi wouldn't build on windows, but this is now fixed, with minimal changes to the use case -- only a small change in the bootstrap script is required. The new certifi lib is also a few megabytes lighter than before, which is good for rebar3.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 279e249..1bf1972 100755
--- a/bootstrap
+++ b/bootstrap
@@ -16,7 +16,7 @@ main(_) ->
,{getopt, []}
,{cf, []}
,{erlware_commons, ["ec_dictionary.erl", "ec_vsn.erl"]}
- ,{certifi, []}],
+ ,{certifi, ["certifi_pt.erl"]}],
Deps = get_deps(),
[fetch_and_compile(Dep, Deps) || Dep <- BaseDeps],