units icon indicating copy to clipboard operation
units copied to clipboard

Fix UNITS_<VAR> def and <var> use mismatch

Open ts826848 opened this issue 3 years ago • 0 comments

A few variables prefixed with UNITS_ are defined to control various build options, but prefix-less versions are checked in the rest of the file when determining their values. This makes the options effectively useless.

This commit unifies definition and use so the options actually affect the build.

ts826848 avatar Mar 30 '22 16:03 ts826848