diff --git a/setup.py b/setup.py index ab20f5fb..c2093f84 100644 --- a/setup.py +++ b/setup.py @@ -118,7 +118,7 @@ if platform.system() == "Windows": elif platform.system() == "Darwin": ext_modules = [] else: - ext_modules = [vnctptd, vnctpmd] + ext_modules = [vnctptd, vnctpmd, vnoes] def check_extension_build_flag(key: str, module: Extension):