Browse Source

don't include certifi priv dir in escript, it is not needed

pull/858/head
Tristan Sloughter 9 years ago
parent
commit
34a7767f17
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      rebar.config

+ 0
- 1
rebar.config View File

@ -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},

Loading…
Cancel
Save