Updated S++ and added a default recipe repository.
This commit is contained in:
parent
d9d0137b25
commit
b932ce9c61
@ -4,6 +4,10 @@ config = {
|
|||||||
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')])
|
||||||
|
|
||||||
|
# add the default recipe repository
|
||||||
|
env.RecipeRepo('mewin-stable', 'https://git.mewin.de/mewin/spp_recipes.git', 'stable')
|
||||||
|
# env.RecipeRepo('mewin-testing', 'https://git.mewin.de/mewin/spp_recipes.git', 'testing')
|
||||||
|
|
||||||
# app
|
# app
|
||||||
env = env.Module('private/spp_template/SModule')
|
env = env.Module('private/spp_template/SModule')
|
||||||
|
|
||||||
|
2
external/scons-plus-plus
vendored
2
external/scons-plus-plus
vendored
@ -1 +1 @@
|
|||||||
Subproject commit c994752c3244fdf9835b1d3a5238094d2a799855
|
Subproject commit 1edf745b39062cd4582b186574316a0d32cce047
|
Loading…
x
Reference in New Issue
Block a user