Revert "Master"

This commit is contained in:
alisdair sullivan 2015-08-04 10:18:06 -07:00
parent 0bba0df858
commit 400d046746
6 changed files with 16 additions and 39 deletions

View file

@ -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}).