Skip to content

Commit 42c33d4

Browse files
committed
Revert "Added xros target_os exception"
This reverts commit 5a96762.
1 parent 5a96762 commit 42c33d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const ALLOWED_CFGS: &'static [&'static str] = &[
2222

2323
// Extra values to allow for check-cfg.
2424
const CHECK_CFG_EXTRA: &'static [(&'static str, &'static [&'static str])] = &[
25-
("target_os", &["switch", "aix", "ohos", "hurd", "xros"]),
25+
("target_os", &["switch", "aix", "ohos", "hurd"]),
2626
("target_env", &["illumos", "wasi", "aix", "ohos"]),
2727
(
2828
"target_arch",

0 commit comments

Comments
 (0)