mirror of
https://github.com/infiniteCable2/opendbc.git
synced 2026-02-18 13:03:52 +08:00
8 lines
191 B
Python
8 lines
191 B
Python
AddOption('--minimal',
|
|
action='store_false',
|
|
dest='extras',
|
|
default=True,
|
|
help='the minimum build. no tests, tools, etc.')
|
|
|
|
SConscript(['SConscript'])
|