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
This commit is contained in:
martinl
2023-01-29 23:55:17 +02:00
committed by GitHub
parent fa4f37a098
commit fdc4a7f84c
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)