diff --git a/setup_libuv.py b/setup_libuv.py index 4cd02630..e8ab7b44 100644 --- a/setup_libuv.py +++ b/setup_libuv.py @@ -147,7 +147,7 @@ def build_extensions(self): elif sys.platform == 'darwin': self.compiler.define_macro('_DARWIN_USE_64_BIT_INODE', 1) self.compiler.define_macro('_DARWIN_UNLIMITED_SELECT', 1) - elif sys.platform.startswith(('freebsd', 'dragonfly', 'openbsd', 'netbsd')): + elif sys.platform.startswith('netbsd'): self.compiler.add_library('kvm') elif sys.platform.startswith('sunos'): self.compiler.define_macro('__EXTENSIONS__', 1)