Merge pull request #1904 from nanoric/linux_no_oes

Update setup.py
This commit is contained in:
vn.py 2019-07-05 22:22:30 +08:00 committed by GitHub
commit f6066681e1
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":
ext_modules = []
else:
ext_modules = [vnctptd, vnctpmd]
ext_modules = [vnctptd, vnctpmd, vnoes]
def check_extension_build_flag(key: str, module: Extension):