Skip to content

Commit b1e5ab8

Browse files
flba-ebtgross35
authored andcommitted
Add QNX 7.1-iosock and 8.0 to list of additional cfgs
(backport <#4169>) (cherry picked from commit 0e2dc3f)
1 parent 1eec898 commit b1e5ab8

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
@@ -32,7 +32,10 @@ const CHECK_CFG_EXTRA: &'static [(&'static str, &'static [&'static str])] = &[
3232
"switch", "aix", "ohos", "hurd", "rtems", "visionos", "nuttx", "cygwin",
3333
],
3434
),
35-
("target_env", &["illumos", "wasi", "aix", "ohos"]),
35+
(
36+
"target_env",
37+
&["illumos", "wasi", "aix", "ohos", "nto71_iosock", "nto80"],
38+
),
3639
(
3740
"target_arch",
3841
&["loongarch64", "mips32r6", "mips64r6", "csky"],

0 commit comments

Comments
 (0)