improvements to configuration system
This commit is contained in:
parent
bfd1058ad7
commit
8a91560921
3 changed files with 15 additions and 15 deletions
|
|
@ -548,7 +548,7 @@ pub fn dynamic_stdlib(syms: &mut SymTable) -> Result<(), String> {
|
|||
.call_symbol(&"CFG_RELISH_ENV".to_string(), &Seg::new(), true)
|
||||
.unwrap_or_else(|_: String| Box::new(Ctr::None))
|
||||
.to_string()
|
||||
.ne("");
|
||||
.eq("true");
|
||||
|
||||
syms.insert(
|
||||
"def".to_string(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue