Skip to content

Commit f3d0118

Browse files
committed
MinGW: also copy libmingwex.a from C toolchain - by mati865
1 parent bc5a93e commit f3d0118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/azure-install-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ steps:
4949
- bash: |
5050
set -ex
5151
if [[ -n ${ARCH_BITS} ]]; then
52-
for i in crt2.o dllcrt2.o libmsvcrt.a ; do
52+
for i in crt2.o dllcrt2.o libmingwex.a libmsvcrt.a ; do
5353
cp -f "/C/ProgramData/Chocolatey/lib/mingw/tools/install/mingw${ARCH_BITS}/${ARCH}-w64-mingw32/lib/$i" "`rustc --print sysroot`/lib/rustlib/${TARGET}/lib"
5454
done
5555
fi

0 commit comments

Comments
 (0)