From 4b422ee64b29073e874c9ed2e26999a269f64a58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Schu=CC=88rrer?= Date: Fri, 25 Oct 2013 16:33:06 +0200 Subject: Don't ignore -d command line argument. --- src/rlx_state.erl | 1 + 1 file changed, 1 insertion(+) (limited to 'src/rlx_state.erl') diff --git a/src/rlx_state.erl b/src/rlx_state.erl index 4e76a3f..bc4af5b 100644 --- a/src/rlx_state.erl +++ b/src/rlx_state.erl @@ -128,6 +128,7 @@ new(PropList, Targets) output_dir=proplists:get_value(output_dir, PropList, ""), lib_dirs=[to_binary(Dir) || Dir <- proplists:get_value(lib_dirs, PropList, [])], config_file=proplists:get_value(config, PropList, undefined), + dev_mode = proplists:get_value(dev_mode, PropList), actions = Targets, caller = Caller, goals=proplists:get_value(goals, PropList, []), -- cgit v1.2.3