7 lines
99 B
Python
7 lines
99 B
Python
|
|
config = {
|
|
'PROJECT_NAME': 'DUMMY'
|
|
}
|
|
|
|
env = SConscript('../SConscript', exports = ['config'])
|