MacOS: build fixes (#27143)

* MacOS: exclude common/gpio.cc

* MacOS: no spi for boardd

* MacOS: loggerd: no v4l_encoder.cc

* MacOS: update libdbc path for cabana
old-commit-hash: fdc4a7f84c
This commit is contained in:
martinl
2023-01-29 23:55:17 +02:00
committed by GitHub
parent a8b63f672b
commit 0970d900a2
7 changed files with 19 additions and 1 deletions

View File

@@ -10,11 +10,13 @@ common_libs = [
'statlog.cc',
'swaglog.cc',
'util.cc',
'gpio.cc',
'i2c.cc',
'watchdog.cc',
]
if arch != "Darwin":
common_libs.append('gpio.cc')
_common = fxn('common', common_libs, LIBS="json11")
files = [