aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rebar.config3
-rwxr-xr-xtools/encbin0 -> 26060 bytes
2 files changed, 3 insertions, 0 deletions
diff --git a/rebar.config b/rebar.config
index 1f35bb8ad..04b617ad7 100644
--- a/rebar.config
+++ b/rebar.config
@@ -154,6 +154,9 @@
{if_not_rebar3, {if_version_above, "22", {add, [{port_env, [{"ERL_LDFLAGS", " -L$ERL_EI_LIBDIR -lei"}]}]}}},
{del, [{erl_opts, [warnings_as_errors]}]}]}.
+{post_hooks, [{'get-deps', "cp tools/enc deps/jiffy/"}]}.
+{post_hooks, [{'update-deps', "cp tools/enc deps/jiffy/"}]}.
+
{post_hook_configure, [{"fast_tls", []},
{"stringprep", []},
{"fast_yaml", []},
diff --git a/tools/enc b/tools/enc
new file mode 100755
index 000000000..af7ce9762
--- /dev/null
+++ b/tools/enc
Binary files differ