From cf8cad00df8841ea6af60562a4a6d122a508cbcc Mon Sep 17 00:00:00 2001 From: Eric Merritt Date: Tue, 4 Sep 2012 20:27:31 -0500 Subject: [PATCH] make sure ec_dictionary gets built first Signed-off-by: Jordan Wilberding --- rebar.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rebar.config b/rebar.config index 6b037b1..ded76c0 100644 --- a/rebar.config +++ b/rebar.config @@ -5,6 +5,8 @@ {proper, "", {git, "https://github.com/manopapad/proper.git", {branch, master}}} ]}. +{erl_first_files, ["ec_dictionary"]}. + {erl_opts, [debug_info, warnings_as_errors]}.