Revert "Master"
This commit is contained in:
parent
0bba0df858
commit
400d046746
6 changed files with 16 additions and 39 deletions
|
@ -1,11 +0,0 @@
|
|||
Def0 = case erlang:is_builtin(erlang, binary_to_integer, 1) andalso
|
||||
erlang:is_builtin(erlang, binary_to_float, 1) of
|
||||
true -> [];
|
||||
false -> [{d, no_binary_to_whatever}]
|
||||
end,
|
||||
Defs = case erlang:is_builtin(erlang, is_map, 1) of
|
||||
true -> [{d, maps_support}|Def0];
|
||||
false -> Def0
|
||||
end,
|
||||
lists:keystore(erl_opts, 1, CONFIG,
|
||||
{erl_opts, proplists:get_value(erl_opts, CONFIG, []) ++ Defs}).
|
Loading…
Add table
Add a link
Reference in a new issue