make github LFS work if you want it

pull/36578/head^2
Adeeb Shihadeh 1 week ago committed by GitHub
parent ee8970dc42
commit dc5f5eaf65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      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

Loading…
Cancel
Save