From 2294b45380c0efe1f44c31c5fd11467af233068e Mon Sep 17 00:00:00 2001 From: Paul Fisher Date: Thu, 13 Oct 2016 14:06:33 -0500 Subject: [PATCH] Namespace types on 17+ --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index ef99315..8e1d142 100644 --- a/rebar.config +++ b/rebar.config @@ -25,7 +25,7 @@ protobuffs, velvet, goldrush ]}. -{erl_opts, [{platform_define, "17|18", 'namespace_types'}, +{erl_opts, [{platform_define, "^[0-9]+", 'namespace_types'}, debug_info, {src_dirs, [src]}, {parse_transform, lager_transform}]}.