From 38657ab2d896cb9096d322a1d92d18c465cbe471 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Ad=C3=A4?= Date: Sun, 26 Nov 2023 20:08:08 +0100 Subject: [PATCH] netbsdlike --- build.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/build.rs b/build.rs index c5ccd8b6dc..4535af1f04 100644 --- a/build.rs +++ b/build.rs @@ -19,6 +19,7 @@ fn main() { bsd: { any(freebsd, dragonfly, netbsd, openbsd, apple_targets) }, linux_android: { any(android, linux) }, freebsdlike: { any(dragonfly, freebsd) }, + netbsdlike: { any(netbsd, openbsd) }, solarish: { any(illumos, solaris) }, } }