From 750c3df605de8e7dc0f4d809e2fe7aa09827eee1 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Sun, 13 Oct 2013 11:17:23 -0500 Subject: add optoin to use custom system_libs dir. This closes #64 --- src/relx.erl | 1 + 1 file changed, 1 insertion(+) (limited to 'src/relx.erl') diff --git a/src/relx.erl b/src/relx.erl index 1ac91d9..6306559 100644 --- a/src/relx.erl +++ b/src/relx.erl @@ -201,6 +201,7 @@ opt_spec_list() -> "Provide an app name and a directory to override in the form :"}, {config, $c, "config", {string, ""}, "The path to a config file"}, {overlay_vars, undefined, "overlay_vars", string, "Path to a file of overlay variables"}, + {system_libs, undefined, "system_libs", string, "Path to dir of Erlang system libs"}, {version, $v, "version", undefined, "Print relx version"}, {root_dir, $r, "root", string, "The project root directory"}]. -- cgit v1.2.3