about summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
diff options
context:
space:
mode:
authorCorey Farwell <coreyf@rwell.org>2017-04-28 00:29:36 -0400
committerGitHub <noreply@github.com>2017-04-28 00:29:36 -0400
commitb37fd3d8c7e98a40005b700c72b4652febe0213c (patch)
treeea4b1b057d8c868e15820bd986706e10e9fef250 /src/rustllvm/RustWrapper.cpp
parent31c3c0c3ca2dba06aec777c74fdc7401c630fa19 (diff)
parent929124fa3c7dd9c72307561112723d4f2c48a287 (diff)
downloadrust-b37fd3d8c7e98a40005b700c72b4652febe0213c.tar.gz
rust-b37fd3d8c7e98a40005b700c72b4652febe0213c.zip
Rollup merge of #41571 - alexcrichton:fix-windows-mingw, r=brson
windows: Copy libwinpthread-1.dll into libdir bin

Recently we switched from the win32 MinGW toolchain to the pthreads-based
toolchain. We ship `gcc.exe` from this toolchain with the `rust-mingw` package
in the standard distribution but the pthreads version of `gcc.exe` depends on
`libwinpthread-1.dll`. While we're shipping this DLL for the compiler to depend
on we're not shipping it for gcc. As a workaround just copy the dll to gcc.exe
location and don't attempt to share for now.

cc https://github.com/rust-lang/rust/issues/31840#issuecomment-297478538
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions