Merge pull request #1946 from nanoric/linux_no_oes

[Del] Remove vnoes from Linux build for default because of memory req…
This commit is contained in:
vn.py 2019-07-22 11:42:15 +08:00 committed by GitHub
commit bbe4a03ef3
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, vnoes]
ext_modules = [vnctptd, vnctpmd]
def check_extension_build_flag(key: str, module: Extension):