Remove ManagedRoute.cpp from build.py

This commit is contained in:
Joseph Henry
2022-01-11 20:34:23 -08:00
parent 0f501655fe
commit 440e3fcc09

View File

@@ -43,7 +43,6 @@ class LibztModule(Extension):
*glob(os.path.join(ROOT_DIR, "ext/ZeroTierOne/node/*.cpp")),
*glob(os.path.join(ROOT_DIR, "ext/ZeroTierOne/osdep/OSUtils.cpp")),
*glob(os.path.join(ROOT_DIR, "ext/ZeroTierOne/osdep/PortMapper.cpp")),
*glob(os.path.join(ROOT_DIR, "ext/ZeroTierOne/osdep/ManagedRoute.cpp")),
]
# noinspection PyUnresolvedReferences
assert len(sources) > 0, "no sources found"