extend binary_to_whatever
to R14 even though it's not really supported
anymore
This commit is contained in:
parent
1033245da3
commit
371b49a9e3
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
||||||
% uncomment to disable encoding support for erlang maps
|
% uncomment to disable encoding support for erlang maps
|
||||||
% {jsx_nomaps, true}.
|
% {jsx_nomaps, true}.
|
||||||
|
|
||||||
{erl_opts, [{platform_define, "R15", 'no_binary_to_whatever'}]}.
|
{erl_opts, [
|
||||||
|
{platform_define, "R14|R15", 'no_binary_to_whatever'}
|
||||||
|
]}.
|
Loading…
Add table
Add a link
Reference in a new issue