summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2018-06-12 19:23:02 -0600
committerTristan Sloughter <t@crashfast.com>2018-06-12 19:30:26 -0600
commite195e82442f74a623d13445468888bbda51b6a73 (patch)
tree199f8b42f7c755a2469dc72799756ccd146e4a9f /bootstrap
parent0053e9be97e8e55f827078478a885dc2ed0db234 (diff)
upgrade certifi to 2.3.1
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap5
1 files changed, 4 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 57940b1..91a0bc4 100755
--- a/bootstrap
+++ b/bootstrap
@@ -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],