IQ.Pilot Release Commit @ 322eda2
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import opendbc
|
||||
import iqdbc
|
||||
import platform
|
||||
|
||||
CC = 'gcc'
|
||||
@@ -21,7 +21,7 @@ env = Environment(
|
||||
'-Wfatal-errors',
|
||||
'-Wno-pointer-to-int-cast',
|
||||
],
|
||||
CPPPATH=[".", "../../", "../../board/", opendbc.INCLUDE_PATH],
|
||||
CPPPATH=[".", "../../", "../../board/", iqdbc.INCLUDE_PATH],
|
||||
)
|
||||
if system == "Darwin":
|
||||
env.PrependENVPath('PATH', '/opt/homebrew/bin')
|
||||
|
||||
Reference in New Issue
Block a user