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
I think there was a mistake in #951, the vcruntime flag should only be used in the VC toolchain and not the mingw one. You're using mingw, so you got an error there because it couldn't get the lib from the msvc toolcahin.
Basically we need to differentiate between those two and apply the correct flags in both cases, just as you said. It's a very simple PR to make, do you think you'd be able to do it?
jrb0001
changed the title
#951 broke building for x86_64-unknown-linux-gnu and i686-pc-windows-gnu
#951 broke building for x86_64-pc-windows-gnu and i686-pc-windows-gnu
Dec 30, 2019
Output at the end:
It looks like the patching infrastructure needs to be extended for target specific patches or is there a better way?
The text was updated successfully, but these errors were encountered: