Skip to content

Commit 9dfd572

Browse files
committed
add "qurt" OS to check_cfg
1 parent 0312ed9 commit 9dfd572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const CHECK_CFG_EXTRA: &[(&str, &[&str])] = &[
3535
(
3636
"target_os",
3737
&[
38-
"switch", "aix", "ohos", "hurd", "rtems", "visionos", "nuttx", "cygwin",
38+
"switch", "aix", "ohos", "hurd", "rtems", "visionos", "nuttx", "cygwin", "qurt",
3939
],
4040
),
4141
(

0 commit comments

Comments
 (0)