Files
IQ.Pilot/iqdbc_repo/SConstruct
2026-08-22 23:42:42 -05:00

8 lines
191 B
Python

AddOption('--minimal',
action='store_false',
dest='extras',
default=True,
help='the minimum build. no tests, tools, etc.')
SConscript(['SConscript'])