variable export and entire config system
This commit is contained in:
parent
0931fbdcf0
commit
307101327c
10 changed files with 184 additions and 21 deletions
|
|
@ -37,7 +37,8 @@ pub fn define(
|
|||
}
|
||||
}
|
||||
|
||||
pub fn get_export() -> Function {
|
||||
// TODO: Accept bool config value for env vars
|
||||
pub fn get_export(env_cfg: bool) -> Function {
|
||||
return Function{
|
||||
name: String::from("export"),
|
||||
loose_syms: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue