make sure ec_dictionary gets built first

Signed-off-by: Jordan Wilberding <diginux@gmail.com>
This commit is contained in:
Eric Merritt 2012-09-04 20:27:31 -05:00
parent e035ae3dbf
commit cf8cad00df

View file

@ -5,6 +5,8 @@
{proper, "", {git, "https://github.com/manopapad/proper.git", {branch, master}}} {proper, "", {git, "https://github.com/manopapad/proper.git", {branch, master}}}
]}. ]}.
{erl_first_files, ["ec_dictionary"]}.
{erl_opts, {erl_opts,
[debug_info, [debug_info,
warnings_as_errors]}. warnings_as_errors]}.