summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinz N. Gies <heinz@licenser.net>2015-11-01 00:41:39 +0100
committerHeinz N. Gies <heinz@licenser.net>2015-11-01 00:41:39 +0100
commit8d22f7d368230d39aa2db34e78b01ce6868fbab7 (patch)
tree4ca493e67b19bb81f03c96fb97d6ad353dbe647e
parent04be3f596372927f07554cde76d1e343c3a146e2 (diff)
Update bootstrap script to include cf
-rwxr-xr-xbootstrap1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index 25bd658..ff4e62a 100755
--- a/bootstrap
+++ b/bootstrap
@@ -15,6 +15,7 @@ main(_Args) ->
%% Fetch and build deps required to build rebar3
BaseDeps = [{providers, []}
,{getopt, []}
+ ,{cf, []}
,{erlware_commons, ["ec_dictionary.erl", "ec_vsn.erl"]}
,{certifi, []}],
Deps = get_deps(),