Skip to content

Commit 1d1efb8

Browse files
committed
add "qurt" OS to check_cfg
1 parent ea214f2 commit 1d1efb8

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
@@ -36,7 +36,7 @@ const CHECK_CFG_EXTRA: &[(&str, &[&str])] = &[
3636
(
3737
"target_os",
3838
&[
39-
"switch", "aix", "ohos", "hurd", "rtems", "visionos", "nuttx", "cygwin",
39+
"switch", "aix", "ohos", "hurd", "rtems", "visionos", "nuttx", "cygwin", "qurt",
4040
],
4141
),
4242
(

0 commit comments

Comments
 (0)