From db2825342cfabb35215f067bfa5b3d0e5a21b97c Mon Sep 17 00:00:00 2001 From: Badlop Date: Wed, 15 Jul 2020 11:46:17 +0200 Subject: Revert "Dirty workarounds to compile jiffy with Erlang/OTP 23 (#3282)" This reverts commit 2ca5712507473578fe00e4a1bce8e25a0d9f1bca. --- rebar.config | 3 --- tools/enc | Bin 26060 -> 0 bytes 2 files changed, 3 deletions(-) delete mode 100755 tools/enc diff --git a/rebar.config b/rebar.config index a7e68cf9a..abc1ff65d 100644 --- a/rebar.config +++ b/rebar.config @@ -158,9 +158,6 @@ {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 deleted file mode 100755 index af7ce9762..000000000 Binary files a/tools/enc and /dev/null differ -- cgit v1.2.3