From 16e9b3ffa2ddd81e26238530fd1e25a54a42b7dc Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Wed, 22 Apr 2015 21:43:59 -0500 Subject: fix tracking of all profiles dep paths --- bootstrap | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index 7409cbe..8f7af30 100755 --- a/bootstrap +++ b/bootstrap @@ -90,8 +90,7 @@ compile(App, FirstFiles) -> bootstrap_rebar3() -> filelib:ensure_dir("_build/default/lib/rebar/ebin/dummy.beam"), - filelib:ensure_dir("_build/default/lib/rebar/src/dummy.erl"), - ec_file:copy("src", "_build/default/lib/rebar/src", [recursive]), + file:make_symlink(filename:absname("src"), filename:absname("_build/default/lib/rebar/src")), Sources = filelib:wildcard("src/*.erl"), [compile:file(X, [{outdir, "_build/default/lib/rebar/ebin/"}]) || X <- Sources], code:add_path(filename:absname("_build/default/lib/rebar/ebin")). -- cgit v1.1