Added memory FS and put the default font there so it is easier to load it.
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
config = {
|
||||
'PROJECT_NAME': 'RAID Framework',
|
||||
'CXX_NO_EXCEPTIONS': True
|
||||
'TOOLS': ['jinja']
|
||||
}
|
||||
env = SConscript('external/scons-plus-plus/SConscript', exports = ['config'])
|
||||
env.Append(CPPPATH = [Dir('private'), Dir('public')])
|
||||
|
||||
# add the default recipe repository
|
||||
env.RecipeRepo('mewin-stable', 'https://git.mewin.de/mewin/spp_recipes.git', 'stable')
|
||||
|
||||
# library
|
||||
env = env.Module('private/raid/SModule')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user