summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2018-06-19 12:07:44 -0600
committerGitHub <noreply@github.com>2018-06-19 12:07:44 -0600
commit56979aac96bb557e58fd10de3be7c3409b0ca0c6 (patch)
tree0ddb761caa834b6d5145606b502916da9e7ce8b1 /bootstrap
parent409dc3787d97b7683897745129d63755000a254d (diff)
Revert "upgrade certifi to 2.3.1"
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap5
1 files changed, 1 insertions, 4 deletions
diff --git a/bootstrap b/bootstrap
index 91a0bc4..57940b1 100755
--- a/bootstrap
+++ b/bootstrap
@@ -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],