From fab5877ff56f5d25f2d346d3fd512598ec55eb36 Mon Sep 17 00:00:00 2001 From: Gregory Burd Date: Thu, 14 Mar 2013 17:36:45 -0400 Subject: [PATCH] Mistakenly allowed a file rename from another branch here. Use "wterl" not just "wt" for the shared library name. --- rebar.config | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/rebar.config b/rebar.config index f379e05..dc2f7eb 100644 --- a/rebar.config +++ b/rebar.config @@ -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"}]}. -