Update setup.py

setup.py : Build vnoes for default .
This commit is contained in:
nanoric 2019-07-05 18:45:41 +08:00 committed by GitHub
parent 039ec5980d
commit 69638d3ef1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -118,7 +118,7 @@ if platform.system() == "Windows":
elif platform.system() == "Darwin": elif platform.system() == "Darwin":
ext_modules = [] ext_modules = []
else: else:
ext_modules = [vnctptd, vnctpmd] ext_modules = [vnctptd, vnctpmd, vnoes]
def check_extension_build_flag(key: str, module: Extension): def check_extension_build_flag(key: str, module: Extension):