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 47468de commit 7ee303fCopy full SHA for 7ee303f
src/bootstrap/src/utils/shared_helpers.rs
@@ -46,7 +46,7 @@ pub fn dylib_path() -> Vec<std::path::PathBuf> {
46
/// Given an executable called `name`, return the filename for the
47
/// executable for a particular target.
48
pub fn exe(name: &str, target: &str) -> String {
49
- if target.contains("windows") || target.contains("cygwin") {
+ if target.contains("windows") {
50
format!("{name}.exe")
51
} else if target.contains("uefi") {
52
format!("{name}.efi")
0 commit comments