summaryrefslogtreecommitdiff
path: root/src/rebar_prv_compile.erl
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2014-09-02 18:29:29 -0500
committerTristan Sloughter <t@crashfast.com>2014-09-02 18:29:29 -0500
commit5373b56bfa199f8db4caead2ec28f9a6a87e2e83 (patch)
treef1b4e892cbe9d2b0cf4e2a839321b42b35384d33 /src/rebar_prv_compile.erl
parentd2cd52c3d265f76a4faae60a258b54baf4010ec8 (diff)
move locking to a provider
Diffstat (limited to 'src/rebar_prv_compile.erl')
-rw-r--r--src/rebar_prv_compile.erl3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rebar_prv_compile.erl b/src/rebar_prv_compile.erl
index 4f5d75c..5e7bd82 100644
--- a/src/rebar_prv_compile.erl
+++ b/src/rebar_prv_compile.erl
@@ -9,7 +9,7 @@
-include("rebar.hrl").
-define(PROVIDER, compile).
--define(DEPS, [install_deps]).
+-define(DEPS, [lock]).
%% ===================================================================
%% Public API
@@ -38,7 +38,6 @@ do(State) ->
build(S, AppInfo)
end, Deps++ProjectApps),
- rebar_lock:create(State),
{ok, State}.
build(State, AppInfo) ->