diff options
-rw-r--r-- | reltool.config | 4 |
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"}]} ]}. |