Hi, The documentation states that the platform{} syntax for specifying platform variants doesn't allow you to specify a range of platforms. That still seems to be accurate. So there is no way to use a single platform statement to replace `if {${os.platform} ne "darwin"}` (I tried `platform !darwin {}` and that indeed doesn't work)? R.