summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Ahltorp <map@kth.se>2018-03-13 22:35:25 +0100
committerMagnus Ahltorp <map@kth.se>2018-03-13 22:36:57 +0100
commit6da9aeaad8d7ee9cf6bee57e3c684e2fefe7091e (patch)
tree516ec1ab902ebb223812fcaf834892d6d025ece7
parent3d438903d01a166821f05bc1ca0e28a2021c8190 (diff)
Update reltool.config to match new location of hackney librariesHEADmaster
-rw-r--r--reltool.config4
1 files 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"}]}
]}.