mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-12 21:02:13 +08:00
Revert "don't build cabana unless extras (#26072)"
This reverts commit db6c8ca25c40e750f6b8f6fae68fb52084f9f616. old-commit-hash: 2082248b73afedbcddd9f5a83ab4974811454f2a
This commit is contained in:
+3
-4
@@ -434,10 +434,9 @@ SConscript(['selfdrive/navd/SConscript'])
|
||||
if arch in ['x86_64', 'Darwin'] or GetOption('extras'):
|
||||
SConscript(['tools/replay/SConscript'])
|
||||
|
||||
if arch in ['x86_64', 'Darwin'] and GetOption('extras'):
|
||||
opendbc = abspath([File('opendbc/can/libdbc.so')])
|
||||
Export('opendbc')
|
||||
SConscript(['tools/cabana/SConscript'])
|
||||
opendbc = abspath([File('opendbc/can/libdbc.so')])
|
||||
Export('opendbc')
|
||||
SConscript(['tools/cabana/SConscript'])
|
||||
|
||||
if GetOption('test'):
|
||||
SConscript('panda/tests/safety/SConscript')
|
||||
|
||||
Reference in New Issue
Block a user