Rollup merge of #137621 - Berrysoft:cygwin-std, r=joboet

Add std support to cygwin target
This commit is contained in:
Jacob Pratt
2025-03-17 05:47:49 -04:00
committed by GitHub
28 changed files with 197 additions and 19 deletions

View File

@@ -18,7 +18,7 @@ pub(crate) fn target() -> Target {
description: Some("64-bit x86 Cygwin".into()),
tier: Some(3),
host_tools: Some(false),
std: None,
std: Some(true),
},
}
}