# build-script-cfg
Configure and set cfg flags in build scripts.
let cfg = Cfg::new("cfg"); if some_condition { cfg.define(); }