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:
commit
bbe4a03ef3
2
setup.py
2
setup.py
@ -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, vnoes]
|
ext_modules = [vnctptd, vnctpmd]
|
||||||
|
|
||||||
|
|
||||||
def check_extension_build_flag(key: str, module: Extension):
|
def check_extension_build_flag(key: str, module: Extension):
|
||||||
|
Loading…
Reference in New Issue
Block a user