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 3b784a4 commit e9f8a17Copy full SHA for e9f8a17
src/cargo/core/compiler/build_context/target_info.rs
@@ -436,7 +436,8 @@ impl TargetInfo {
436
});
437
} else if suffix == ".dll"
438
&& (target_triple.ends_with("windows-gnu")
439
- || target_triple.ends_with("windows-gnullvm"))
+ || target_triple.ends_with("windows-gnullvm")
440
+ || target_triple.ends_with("cygwin"))
441
{
442
// See https://cygwin.com/cygwin-ug-net/dll.html for more
443
// information about GNU import libraries.
0 commit comments