diff --git a/SConstruct b/SConstruct index 67acd3eac4..30bb425461 100644 --- a/SConstruct +++ b/SConstruct @@ -387,7 +387,7 @@ rednose_config = { }, } -if arch != "aarch64": +if arch not in ["aarch64", "larch64"]: rednose_config['to_build'].update({ 'gnss': ('#selfdrive/locationd/models/gnss_kf.py', True, []), 'loc_4': ('#selfdrive/locationd/models/loc_kf.py', True, []),