Mistakenly allowed a file rename from another branch here. Use "wterl"

not just "wt" for the shared library name.
This commit is contained in:
Gregory Burd 2013-03-14 17:36:45 -04:00
parent 3543b42df8
commit fab5877ff5

View file

@ -33,7 +33,7 @@
{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"}]}.