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
If the user specifies `CC=...` then the previous fallback to `clang`
would fail to work if `clang` wasn't in the path. This is quite likely
on Windows in particular.
Lets just drop the use of preprocessor on Windows and directly code the
one constant that the preprocessor was handling.
0 commit comments