IQ.Pilot Release Commit @ bec7652
This commit is contained in:
12
artifacts/package_sources/iqdbc/SConstruct
Normal file
12
artifacts/package_sources/iqdbc/SConstruct
Normal file
@@ -0,0 +1,12 @@
|
||||
import os
|
||||
|
||||
env = Environment(ENV=os.environ)
|
||||
Export('env')
|
||||
|
||||
AddOption('--minimal',
|
||||
action='store_false',
|
||||
dest='extras',
|
||||
default=True,
|
||||
help='the minimum build. no tests, tools, etc.')
|
||||
|
||||
SConscript(['SConscript'])
|
||||
Reference in New Issue
Block a user