We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a70640 commit 28d8d77Copy full SHA for 28d8d77
src/cargo/core/compiler/build_context/target_info.rs
@@ -438,7 +438,8 @@ impl TargetInfo {
438
});
439
} else if suffix == ".dll"
440
&& (target_triple.ends_with("windows-gnu")
441
- || target_triple.ends_with("windows-gnullvm"))
+ || target_triple.ends_with("windows-gnullvm")
442
+ || target_triple.ends_with("cygwin"))
443
{
444
// See https://cygwin.com/cygwin-ug-net/dll.html for more
445
// information about GNU import libraries.
0 commit comments