From eece86db6e6fca3b5e9f99cd1452249d7c8df271 Mon Sep 17 00:00:00 2001 From: Bryan Paxton Date: Thu, 5 Nov 2020 17:27:08 -0600 Subject: [PATCH] fix typo --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index b7a6c011..706e66f5 100755 --- a/bootstrap +++ b/bootstrap @@ -180,7 +180,7 @@ compile_vendored() -> compile_xrl_file("src/vendored/r3_safe_erl_term.xrl"), Sources = filelib:wildcard(filename:join(["src/vendored", "*.erl"])), OutDir = filename:absname("_build/bootstrap/lib/rebar/ebin"), - code:add_patha(Dir), + code:add_patha(OutDir), Opts = [debug_info,{outdir, OutDir}, return | additional_defines()], [compile_erl_file(X, Opts) || X <- Sources].