fix build with different root

This commit is contained in:
Adeeb Shihadeh
2025-09-12 19:51:59 -07:00
parent a0a30f3fad
commit 708ac34755

View File

@@ -21,7 +21,7 @@ env = Environment(
'-Wfatal-errors',
'-Wno-pointer-to-int-cast',
],
CPPPATH=[".", "#", "../../board/", opendbc.INCLUDE_PATH],
CPPPATH=[".", "../../", "../../board/", opendbc.INCLUDE_PATH],
)
if system == "Darwin":
env.PrependENVPath('PATH', '/opt/homebrew/bin')