diff options
author | Tristan Sloughter <t@crashfast.com> | 2015-10-08 08:21:31 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2015-10-08 08:21:31 -0500 |
commit | 34a7767f17e82277f86f35b09159da9eb33e51d8 (patch) | |
tree | b3f84f8a166bd454ee07367d20a908ff82688c83 | |
parent | 15c98a78c261b3dde364acfe28cd793d7cd5306a (diff) |
don't include certifi priv dir in escript, it is not needed
-rw-r--r-- | rebar.config | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index 5e4df84..deff2cc 100644 --- a/rebar.config +++ b/rebar.config @@ -15,7 +15,6 @@ %% escript_incl_extra is for internal rebar-private use only. %% Do not use outside rebar. Config interface is not stable. {escript_incl_extra, [{"relx/priv/templates/*", "_build/default/lib/"}, - {"certifi/priv/*", "_build/default/lib/"}, {"rebar/priv/templates/*", "_build/default/lib/"}]}. {erl_opts, [{platform_define, "^[0-9]+", namespaced_types}, |