1
Fork 0

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
commit b3b7a3b8d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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),
},
}
}