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
Configure using these flags: --os=windows --cc=msvc --disable-shared-library --msvc-runtime=MT
...and build. This produces the following linker error: LINK : fatal error LNK1146: no argument specified with option '/MT'
It seems identical to the issue from 5 years ago and occurs on version 3.6.1 (lastest release).
The text was updated successfully, but these errors were encountered:
This is a regression of #2209.
Configure using these flags:
--os=windows --cc=msvc --disable-shared-library --msvc-runtime=MT
...and build. This produces the following linker error:
LINK : fatal error LNK1146: no argument specified with option '/MT'
It seems identical to the issue from 5 years ago and occurs on version 3.6.1 (lastest release).
The text was updated successfully, but these errors were encountered: