aboutsummaryrefslogtreecommitdiffstats
path: root/src/rlx_state.erl
diff options
context:
space:
mode:
authorTristan Sloughter <[email protected]>2015-01-10 19:42:49 -0600
committerTristan Sloughter <[email protected]>2015-01-10 21:46:33 -0600
commit05adf1f78a776406f19774de51ab42dfbd7da7ad (patch)
tree7e82f8c938fcba4c642490e38900cc6fbe6be5fb /src/rlx_state.erl
parentc215312707728f0b50f4dd71e7ac9b4305850bad (diff)
downloadrelx-05adf1f78a776406f19774de51ab42dfbd7da7ad.tar.gz
relx-05adf1f78a776406f19774de51ab42dfbd7da7ad.tar.bz2
relx-05adf1f78a776406f19774de51ab42dfbd7da7ad.zip
remove system libs from tarball if set to false
Diffstat (limited to 'src/rlx_state.erl')
-rw-r--r--src/rlx_state.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rlx_state.erl b/src/rlx_state.erl
index a21c9a6..f21b682 100644
--- a/src/rlx_state.erl
+++ b/src/rlx_state.erl
@@ -157,7 +157,7 @@ new(Config, CommandLineConfig, Targets)
realized_releases=ec_dictionary:new(ec_dict),
config_values=ec_dictionary:new(ec_dict)},
State1 = rlx_state:put(State0, default_libs, true),
- State2 = rlx_state:put(State1, system_libs, undefined),
+ State2 = rlx_state:put(State1, system_libs, true),
State3 = rlx_state:put(State2, overlay_vars, []),
create_logic_providers(State3).