Fix a few mistakes.
This commit is contained in:
parent
ba1287ade2
commit
af7dbbcc9a
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
||||||
warn_obsolete_guard,
|
warn_obsolete_guard,
|
||||||
warn_export_vars,
|
warn_export_vars,
|
||||||
warn_exported_vars,
|
warn_exported_vars,
|
||||||
warn_untyped_record,
|
warn_untyped_record
|
||||||
%warn_missing_spec,
|
%warn_missing_spec,
|
||||||
%strict_validation,
|
%strict_validation,
|
||||||
%fail_on_warning
|
%fail_on_warning
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
{eunit_opts, [verbose, {report, {eunit_surefire, [{dir, "."}]}}]}.
|
{eunit_opts, [verbose, {report, {eunit_surefire, [{dir, "."}]}}]}.
|
||||||
|
|
||||||
{port_specs, [
|
{port_specs, [
|
||||||
{"priv/emdb_drv.so", ["c_src/*.c"]}
|
{"priv/lmdb.so", ["c_src/*.c"]}
|
||||||
]}.
|
]}.
|
||||||
|
|
||||||
{port_env, [
|
{port_env, [
|
||||||
|
|
Loading…
Reference in a new issue