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 0a35663 commit 5a96762Copy full SHA for 5a96762
build.rs
@@ -22,7 +22,7 @@ const ALLOWED_CFGS: &'static [&'static str] = &[
22
23
// Extra values to allow for check-cfg.
24
const CHECK_CFG_EXTRA: &'static [(&'static str, &'static [&'static str])] = &[
25
- ("target_os", &["switch", "aix", "ohos", "hurd"]),
+ ("target_os", &["switch", "aix", "ohos", "hurd", "xros"]),
26
("target_env", &["illumos", "wasi", "aix", "ohos"]),
27
(
28
"target_arch",
0 commit comments