Skip to content
Snippets Groups Projects
Commit f3d01187 authored by gnzlbg's avatar gnzlbg
Browse files

MinGW: also copy libmingwex.a from C toolchain - by mati865

parent bc5a93e8
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ steps:
- bash: |
set -ex
if [[ -n ${ARCH_BITS} ]]; then
for i in crt2.o dllcrt2.o libmsvcrt.a ; do
for i in crt2.o dllcrt2.o libmingwex.a libmsvcrt.a ; do
cp -f "/C/ProgramData/Chocolatey/lib/mingw/tools/install/mingw${ARCH_BITS}/${ARCH}-w64-mingw32/lib/$i" "`rustc --print sysroot`/lib/rustlib/${TARGET}/lib"
done
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment