From 371b49a9e39b06cd625fb4a509ae614d1a7a599c Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Tue, 9 Dec 2014 05:16:26 +0000 Subject: [PATCH] extend `binary_to_whatever` to R14 even though it's not really supported anymore --- rebar.config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 628e738..35ddaa6 100644 --- a/rebar.config +++ b/rebar.config @@ -1,4 +1,6 @@ % uncomment to disable encoding support for erlang maps % {jsx_nomaps, true}. -{erl_opts, [{platform_define, "R15", 'no_binary_to_whatever'}]}. \ No newline at end of file +{erl_opts, [ + {platform_define, "R14|R15", 'no_binary_to_whatever'} +]}. \ No newline at end of file