From 51e624c1b9786e8c58ce2e201abd5e2b4bf9a6ac Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Sat, 22 Apr 2023 16:12:20 -0700 Subject: [PATCH] build tools without option on pc old-commit-hash: 453fdec8c48498162ae6d5274818a03c32af6857 --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index f091e27e5a..758cdaedf3 100644 --- a/SConstruct +++ b/SConstruct @@ -440,7 +440,7 @@ SConscript(['system/sensord/SConscript']) SConscript(['selfdrive/ui/SConscript']) SConscript(['selfdrive/navd/SConscript']) -if (arch in ['x86_64', 'Darwin'] and Dir('#tools/cabana').exists()) and GetOption('extras'): +if (arch in ['x86_64', 'Darwin'] and Dir('#tools/cabana/').exists()) or GetOption('extras'): SConscript(['tools/replay/SConscript']) SConscript(['tools/cabana/SConscript'])