We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc5a93e commit f3d0118Copy full SHA for f3d0118
ci/azure-install-rust.yml
@@ -49,7 +49,7 @@ steps:
49
- bash: |
50
set -ex
51
if [[ -n ${ARCH_BITS} ]]; then
52
- for i in crt2.o dllcrt2.o libmsvcrt.a ; do
+ for i in crt2.o dllcrt2.o libmingwex.a libmsvcrt.a ; do
53
cp -f "/C/ProgramData/Chocolatey/lib/mingw/tools/install/mingw${ARCH_BITS}/${ARCH}-w64-mingw32/lib/$i" "`rustc --print sysroot`/lib/rustlib/${TARGET}/lib"
54
done
55
fi
0 commit comments