build tools on-device (#31658)

old-commit-hash: 2d2ba37b46
pull/32199/head
Adeeb Shihadeh 1 year ago committed by GitHub
parent 8ba78b778d
commit 6a5fc2442f
  1. 2
      SConstruct

@ -386,7 +386,7 @@ SConscript(['third_party/SConscript'])
SConscript(['selfdrive/SConscript'])
if arch in ['x86_64', 'aarch64', 'Darwin'] and Dir('#tools/cabana/').exists() and GetOption('extras'):
if Dir('#tools/cabana/').exists() and GetOption('extras'):
SConscript(['tools/replay/SConscript'])
SConscript(['tools/cabana/SConscript'])

Loading…
Cancel
Save