From 6da9aeaad8d7ee9cf6bee57e3c684e2fefe7091e Mon Sep 17 00:00:00 2001 From: Magnus Ahltorp Date: Tue, 13 Mar 2018 22:35:25 +0100 Subject: Update reltool.config to match new location of hackney libraries --- reltool.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reltool.config b/reltool.config index 7797104..f1b23fc 100644 --- a/reltool.config +++ b/reltool.config @@ -15,8 +15,8 @@ {app, merge, [{app_file, all}, {lib_dir, "../plop/merge"}]}, {app, statusserver, [{app_file, all}, {lib_dir, "../plop/statusserver"}]}, {app, mochiweb, [{app_file, all}, {lib_dir, "../mochiweb"}]}, - {app, idna, [{app_file, all}, {lib_dir, "../hackney/deps/idna"}]}, - {app, hackney, [{app_file, all}, {lib_dir, "../hackney"}]}, + {app, idna, [{app_file, all}, {lib_dir, "../hackney/_build/default/lib/idna"}]}, + {app, hackney, [{app_file, all}, {lib_dir, "../hackney/_build/default/lib/hackney"}]}, {app, lager, [{app_file, all}, {lib_dir, "../lager"}]}, {app, goldrush, [{app_file, all}, {lib_dir, "../lager/deps/goldrush"}]} ]}. -- cgit v1.1