ols icon indicating copy to clipboard operation
ols copied to clipboard

Generic handling of `when` boolean expressions

Open DanielGavin opened this issue 4 years ago • 0 comments

Right now the when conditions are hardcoded for handling ODIN_OS, but at some point it would be nice to support many other variables of the ODIN_* prefixes, and also not have it hardcoded, i.e. right now it only detects when ODIN_OS == "windows", but not when "windows" == ODIN_OS

DanielGavin avatar Mar 30 '21 15:03 DanielGavin