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: fdc4a7f84cb68c63cc5013a052b49663ffb6881c
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
+2
View File
@@ -13,6 +13,8 @@ if arch == "Darwin":
# fix OpenCL
del libs[libs.index('OpenCL')]
env['FRAMEWORKS'] = ['OpenCL']
# exclude v4l
del src[src.index('encoder/v4l_encoder.cc')]
logger_lib = env.Library('logger', src)
libs.insert(0, logger_lib)