summaryrefslogtreecommitdiff
path: root/include/rebar.hrl
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2014-11-08 11:09:23 -0600
committerTristan Sloughter <t@crashfast.com>2014-11-08 11:09:23 -0600
commit0608e5087b24037874f8c4ef85318944c4081396 (patch)
treeb1f9eacaa9dd9d0fc024644ce7217c6bcea47f42 /include/rebar.hrl
parentee1214a9a816740188914aaa0ceae3e8719f145f (diff)
prepend base_dir when expanding code path
Diffstat (limited to 'include/rebar.hrl')
-rw-r--r--include/rebar.hrl1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rebar.hrl b/include/rebar.hrl
index e84c197..78a3f02 100644
--- a/include/rebar.hrl
+++ b/include/rebar.hrl
@@ -13,6 +13,7 @@
-define(FMT(Str, Args), lists:flatten(io_lib:format(Str, Args))).
+-define(DEFAULT_BASE_DIR, "").
-define(DEFAULT_LIB_DIRS, ["_checkouts", "apps", "lib", "."]).
-define(DEFAULT_DEPS_DIR, "_deps").
-define(DEFAULT_PLUGINS_DIR, "_plugins").