commit | 57ac33ea1a42e871ef03a7bda770a7ba16745ead | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Tue Jul 28 23:12:10 2015 +0200 |
committer | Jens Geyer <jensg@apache.org> | Tue Jul 28 23:12:52 2015 +0200 |
tree | 52e0ba568da8e4e8c83a9c91c43955d27ff38e62 | |
parent | 8c5fce9afabb2476c134a702356bb1bad1eb43f4 [diff] [blame] |
THRIFT-3264 Fix Erlang 16 namespaced types Client: Erlang Patch: Nobuaki Sukegawa <nsukeg@gmail.com> This closes #566
diff --git a/lib/erl/rebar.config b/lib/erl/rebar.config index 0f5d40e..1ea18a4 100644 --- a/lib/erl/rebar.config +++ b/lib/erl/rebar.config
@@ -1 +1 @@ -{erl_opts, [debug_info]}. +{erl_opts, [{platform_define, "^R.*", otp16_or_less}, debug_info]}.