diff options
author | Tristan Sloughter <t@crashfast.com> | 2018-06-12 19:23:02 -0600 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2018-06-12 19:30:26 -0600 |
commit | e195e82442f74a623d13445468888bbda51b6a73 (patch) | |
tree | 199f8b42f7c755a2469dc72799756ccd146e4a9f /bootstrap | |
parent | 0053e9be97e8e55f827078478a885dc2ed0db234 (diff) |
upgrade certifi to 2.3.1
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -16,7 +16,10 @@ main(_) -> ,{getopt, []} ,{cf, []} ,{erlware_commons, ["ec_dictionary.erl", "ec_vsn.erl"]} - ,{certifi, ["certifi_pt.erl"]}], + ,{parse_trans, ["parse_trans.erl", + "parse_trans_pp.erl", + "parse_trans_codegen.erl"]} + ,{certifi, []}], Deps = get_deps(), [fetch_and_compile(Dep, Deps) || Dep <- BaseDeps], |