Rollup merge of #137621 - Berrysoft:cygwin-std, r=joboet
Add std support to cygwin target
This commit is contained in:
@@ -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),
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user