diff options
author | Tristan Sloughter <t@crashfast.com> | 2018-06-19 12:07:44 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-19 12:07:44 -0600 |
commit | 56979aac96bb557e58fd10de3be7c3409b0ca0c6 (patch) | |
tree | 0ddb761caa834b6d5145606b502916da9e7ce8b1 /bootstrap | |
parent | 409dc3787d97b7683897745129d63755000a254d (diff) |
Revert "upgrade certifi to 2.3.1"
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -16,10 +16,7 @@ main(_) -> ,{getopt, []} ,{cf, []} ,{erlware_commons, ["ec_dictionary.erl", "ec_vsn.erl"]} - ,{parse_trans, ["parse_trans.erl", - "parse_trans_pp.erl", - "parse_trans_codegen.erl"]} - ,{certifi, []}], + ,{certifi, ["certifi_pt.erl"]}], Deps = get_deps(), [fetch_and_compile(Dep, Deps) || Dep <- BaseDeps], |