Skip to content

Commit 0e2dc3f

Browse files
committed
Add QNX 7.1-iosock and 8.0 to list of additional cfgs
1 parent f5bfa9f commit 0e2dc3f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ const CHECK_CFG_EXTRA: &'static [(&'static str, &'static [&'static str])] = &[
2929
"switch", "aix", "ohos", "hurd", "rtems", "visionos", "nuttx", "cygwin",
3030
],
3131
),
32-
("target_env", &["illumos", "wasi", "aix", "ohos"]),
32+
(
33+
"target_env",
34+
&["illumos", "wasi", "aix", "ohos", "nto71_iosock", "nto80"],
35+
),
3336
(
3437
"target_arch",
3538
&["loongarch64", "mips32r6", "mips64r6", "csky"],

0 commit comments

Comments
 (0)