You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ignore string case when checking ARCH, OS, and TUNE variables
When checking that we're targeting a valid architecture and OS there is an
unintentional case-sensitive test. So the OS 'Linux' is not accepted, it'd have
to be 'linux'.
See #171
Signed-off-by: Nick Stevens <[email protected]>
0 commit comments