From dc5f5eaf65186ecc447dc192363aeebd5be73ef8 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Wed, 5 Nov 2025 16:34:19 -0800 Subject: [PATCH] make github LFS work if you want it --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 648afdae57..094503cfa7 100644 --- a/SConstruct +++ b/SConstruct @@ -22,7 +22,7 @@ AddOption('--ccflags', action='store', type='string', default='', help='pass arb AddOption('--minimal', action='store_false', dest='extras', - default=os.path.exists(File('#.lfsconfig').abspath), # minimal by default on release branch (where there's no LFS) + default=os.path.exists(File('#.gitattributes').abspath), # minimal by default on release branch (where there's no LFS) help='the minimum build to run openpilot. no tests, tools, etc.') # Detect platform