Fix broken include path for JSON library

This commit is contained in:
Joseph Henry
2023-02-21 13:45:27 -08:00
committed by GitHub
parent b4e06b6e51
commit 71c2f97056

View File

@@ -26,6 +26,7 @@ INCLUDE_DIRS = [
os.path.join(ROOT_DIR, "ext/lwip-contrib/ports/unix/port/include"),
os.path.join(ROOT_DIR, "ext/ZeroTierOne/include"),
os.path.join(ROOT_DIR, "ext/ZeroTierOne"),
os.path.join(ROOT_DIR, "ext/ZeroTierOne/ext"),
os.path.join(ROOT_DIR, "ext/ZeroTierOne/node"),
os.path.join(ROOT_DIR, "ext/ZeroTierOne/service"),
os.path.join(ROOT_DIR, "ext/ZeroTierOne/osdep"),