]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/thrift/lib/erl/rebar.config.script
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / jaegertracing / thrift / lib / erl / rebar.config.script
1 Def0 = case not erlang:is_builtin(erlang, monotonic_time, 0) of
2 true -> [];
3 false -> [{d, time_correction}]
4 end,
5 Defs = Def0,
6 lists:keystore(erl_opts, 1, CONFIG,
7 {erl_opts, proplists:get_value(erl_opts, CONFIG, []) ++ Defs}).