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
{{ message }}
This repository has been archived by the owner on Dec 25, 2023. It is now read-only.
Changing the version number as in #5 works for 6.0.0, but it does not work for future versions like 7.0.0 (or the 8.0.0 nightlies). When building, MSVC uses cl.exe instead of clang-cl.exe.
What defined clang-cl as the compiler in these scripts?
The text was updated successfully, but these errors were encountered:
I'm working on making a sort of python script that does everything by default, that's why I haven't answered, btw thanks for the information, I will surely add it (I will close this when the new commit gets pushed)
Changing the version number as in #5 works for 6.0.0, but it does not work for future versions like 7.0.0 (or the 8.0.0 nightlies). When building, MSVC uses
cl.exe
instead ofclang-cl.exe
.What defined
clang-cl
as the compiler in these scripts?The text was updated successfully, but these errors were encountered: