summaryrefslogtreecommitdiff
path: root/src/rebar.hrl
diff options
context:
space:
mode:
authoralisdair sullivan <alisdairsullivan@yahoo.ca>2017-01-21 09:53:15 -0800
committerGitHub <noreply@github.com>2017-01-21 09:53:15 -0800
commit6a1cfaf9483e93b5410a21e4967d53f0ecf4b3c0 (patch)
tree49a1515f9e74f506d973fd16aab40eb1a916ea62 /src/rebar.hrl
parente3f08361b66df8f7a4b33402a62ce739c791b422 (diff)
parentf16fdd35be2d0d6acb0a4b3448b12d7796751b80 (diff)
Merge pull request #1450 from ferd/relative-dialyzer-paths
Relative dialyzer paths
Diffstat (limited to 'src/rebar.hrl')
-rw-r--r--src/rebar.hrl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rebar.hrl b/src/rebar.hrl
index c94a84a..ca44283 100644
--- a/src/rebar.hrl
+++ b/src/rebar.hrl
@@ -27,6 +27,7 @@
-define(REMOTE_PACKAGE_DIR, "tarballs").
-define(REMOTE_REGISTRY_FILE, "registry.ets.gz").
-define(LOCK_FILE, "rebar.lock").
+-define(DEFAULT_COMPILER_SOURCE_FORMAT, relative).
-define(PACKAGE_INDEX_VERSION, 3).
-define(PACKAGE_TABLE, package_index).