From a4186424ea88653314a75d1cd7f012c4b99750fc Mon Sep 17 00:00:00 2001 From: Martin Sumner Date: Mon, 13 Nov 2017 14:42:23 +0000 Subject: [PATCH] Support for OTP 17 causes issues Like it seems to think other versions are also 17?? --- rebar.config | 1 - 1 file changed, 1 deletion(-) diff --git a/rebar.config b/rebar.config index ea69915..d40871f 100644 --- a/rebar.config +++ b/rebar.config @@ -1,6 +1,5 @@ {erl_opts, [warnings_as_errors, {platform_define, "18", old_rand}, - {platform_define, "17", old_rand}, {platform_define, "^R", old_rand}, {platform_define, "^R", no_sync}]}.