Mistakenly allowed a file rename from another branch here. Use "wterl"
not just "wt" for the shared library name.
This commit is contained in:
parent
3543b42df8
commit
fab5877ff5
1 changed files with 2 additions and 3 deletions
|
@ -30,10 +30,10 @@
|
|||
{xref_checks, [undefined_function_calls]}.
|
||||
|
||||
{deps, [
|
||||
{lager, "2.*", {git, "git://github.com/basho/lager", {branch, "master"}}}
|
||||
{lager, "2.*", {git, "git://github.com/basho/lager", {branch, "master"}}}
|
||||
]}.
|
||||
|
||||
{port_specs, [{"priv/wt.so", ["c_src/*.c"]}]}.
|
||||
{port_specs, [{"priv/wterl.so", ["c_src/*.c"]}]}.
|
||||
|
||||
{port_env, [
|
||||
{"DRV_CFLAGS", "$DRV_CFLAGS -Werror -I c_src/system/include"},
|
||||
|
@ -43,4 +43,3 @@
|
|||
{pre_hooks, [{compile, "c_src/build_deps.sh"}]}.
|
||||
|
||||
{post_hooks, [{clean, "c_src/build_deps.sh clean"}]}.
|
||||
|
||||
|
|
Loading…
Reference in a new issue