Removed Jinja tool due to S++ including Jinja as an addon now.
This commit is contained in:
parent
db09eb5e3a
commit
bc8d241592
@ -1,6 +1,5 @@
|
|||||||
config = {
|
config = {
|
||||||
'PROJECT_NAME': 'RAID Framework',
|
'PROJECT_NAME': 'RAID Framework'
|
||||||
'TOOLS': ['jinja']
|
|
||||||
}
|
}
|
||||||
env = SConscript('external/scons-plus-plus/SConscript', exports = ['config'])
|
env = SConscript('external/scons-plus-plus/SConscript', exports = ['config'])
|
||||||
env.Append(CPPPATH = [Dir('private'), Dir('public')])
|
env.Append(CPPPATH = [Dir('private'), Dir('public')])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user