diff --git a/SConstruct b/SConstruct index 7d1732c..1e0d291 100644 --- a/SConstruct +++ b/SConstruct @@ -4,6 +4,10 @@ config = { 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') +# env.RecipeRepo('mewin-testing', 'https://git.mewin.de/mewin/spp_recipes.git', 'testing') + # app env = env.Module('private/spp_template/SModule') diff --git a/external/scons-plus-plus b/external/scons-plus-plus index c994752..1edf745 160000 --- a/external/scons-plus-plus +++ b/external/scons-plus-plus @@ -1 +1 @@ -Subproject commit c994752c3244fdf9835b1d3a5238094d2a799855 +Subproject commit 1edf745b39062cd4582b186574316a0d32cce047